Html Css Color HEX #891203 Dark Red

📋 copy color: '#891203'

red 137 ◦ green 18 ◦ blue 3

#891203
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #891203

Tints of Dark Red #891203

RGB

 RED value IS 137 (53.91% from 255) = 86.71%

 GREEN value IS 18 (7.42% from 255) = 11.39%

 BLUE value IS 3 (1.56% from 255) = 1.9%

R = 86.71%
G = 11.39%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#891203 (or 0x891203) is known color: Dark Red. HEX triplet: 89, 12 and 03. RGB value is (137,18,3). Sum of RGB (Red+Green+Blue) = 137+18+3=158 (20% of max value = 765). Red value is 137 (53.91% from 255 or 86.71% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 137 - color contains mainly: red. Hex color #891203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891203 is #76EDFC. Grayscale: #343434. Windows color (decimal): -7794173 or 201353. OLE color: 201353.

HSL color Cylindrical-coordinate representation of color #891203: hue angle of 6.72º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #891203 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 18 3 -
CMYK 0 0.87 0.98 0.46
HSL 6.72º 0.96% 0.27% -
HSV(B) 6.72º 0.98% 0.54% -
XYZ 10.55 5.76 0.64 -
YUV 51.87 100.42 188.72 -
System Red Green Blue C M Y K H S L
Decimal 137 18 3 0 0.87 0.98 0.46 6.72 0.96 0.27
Hex 89 12 3 0 57 62 2E 7 60 1B
Octal 211 22 3 0 127 142 56 7 140 33
Binary 10001001 10010 11 0 1010111 1100010 101110 111 1100000 11011

Color Harmonies of #891203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891203

Black with #891203

Text Example


Text Example

White with #891203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891203; }

 p { color: rgb(137,18,3); }

 H1.HeaderClassName
 {
   color: #891203;
 }
 .AnyTagClassName
 {
   color: #891203;
 }
</style>

background-color css

<style>
 a { background-color: #891203; }

 a { background-color: rgb(137,18,3); }

 div.DivClassName
 {
   background-color: #891203;
 }
 .BgClassName
 {
   background-color: #891203;
 }
</style>

border-color css

<style>
 span { border-color: #891203; }

 span { border-color: rgb(137,18,3); }

 td.TdClassName
 {
   border-color: #891203;
 }
 .TagClassName
 {
   border-color: #891203;
 }
</style>