COLOR #951020

HEX: #951020
RGB: (149,16,32)

Color info

#951020 contains mainly red color. Web safe color of #951020 is #990033 (or #903).

RGB color model

#951020 color RGB value is (149,16,32).

  • red value is 149;
  • green value is 16;
  • blue value is 32.
RGB:
(149,16,32)
(58%,6%,13%)

RGB channels and saturation

R 149 of 255 = 58%
G 16 of 255 = 6%
B 32 of 255 = 13%

149
16
32

R + G + B ~ 26%. #951020 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 16 + 32 = 197 (100%)
R 149 of 197 ~ 75.63%
G 16 of 197 ~ 8.12%
B 32 of 197 ~ 16.24%

%75.63
%16.24

CMYK color model

#951020 color CMYK value is (0,89,79,42).

  • cyan value is 0.00%
  • magenta value is 89.26%
  • yellow value is 78.52%
  • key color value is 41.57%
CMYK:
(0,89,79,42)
C0M89Y79K42 
(0%,89%,79%,42%)
(0.00/0.89/0.79/0.42)	

CMYK percentages

%0
%89.26
%78.52
%41.57

Codes

Color #951020 in popluar color models

951020
RGB1491632
HSL353°80.61%32.35%
HSB/HSV353°89.26%58.43%
CMYK0.00%89.26%78.52%
41.57%

Color #951020 in popluar number systems.

HEX951020
Decimal1491632
Binary1001010110000100000
Octal2252040

Shades and tints

Shades of #951020

#951020
(149,16,32)
#880F1E
(136,15,30)
#7B0E1C
(123,14,28)
#6E0D1A
(110,13,26)
#610C18
(97,12,24)
#540B16
(84,11,22)
#470A14
(71,10,20)
#3A0912
(58,9,18)
#2D0810
(45,8,16)
#20070E
(32,7,14)
#13060C
(19,6,12)
#000000
(0,0,0)

Tints of #951020

#951020
(149,16,32)
#9E2534
(158,37,52)
#A73A48
(167,58,72)
#B04F5C
(176,79,92)
#B96470
(185,100,112)
#C27984
(194,121,132)
#CB8E98
(203,142,152)
#D4A3AC
(212,163,172)
#DDB8C0
(221,184,192)
#E6CDD4
(230,205,212)
#EFE2E8
(239,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #951020 color. Also use rgb(149,16,32) instead hex code.

Text Font Color

.myTextColor { color: #951020; }

<p style="color:#951020">This sample text font color is #951020.</p>

This text font color is #951020.


Background Color

.myBgColor { background-color: #951020; }

<div style="background-color:#951020">Inner text</div>

This div background color is #951020.


Border color

.myBorderColor { border: 1px solid #951020; }

<div style="border:3px solid #951020">Div</div>

This div border color is #951020.


Opacity

.myOpacity80 { color: #951020; opacity: 0.8; }

<p style="color:#951020;opacity:0.8;">80%</p>

Text with #951020 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #951020;}

<p style="text-shadow: 3px 3px 1px #951020">Text here.</p>

This text has shadow with #951020 color.

.textShadow {text-shadow: 3px 3px 1px #951020, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #951020, 5px 5px 20px red">Text here.</p>

This text has shadow with #951020 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#951020, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#951020, Direction=45, Strength=4)">Text</p>

This text has shadow with #951020 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #951020;
  -webkit-box-shadow:	1px 1px 3px 2px #951020;
  box-shadow:		1px 1px 3px 2px #951020;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #951020;
-webkit-box-shadow: 1px 1px 3px 2px #951020;
box-shadow:1px 1px 3px 2px #951020;">
Div content here</div>
This div box has shadow with color #951020.

Preview

Color preview on black background

This text has color #951020 on black background.


Color preview on white background

This text has color #951020 on white background.



Black color preview on #951020 background

This text has black color on #951020 background.


White color preview on #951020 background

This text has white color on #951020 background.