#890D06

Color #890D06 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #890D06

Tints of Dark Red #890D06

Color information

#890D06 (or 0x890D06) is unknown color: approx Dark Red. HEX triplet: 89, 0D and 06. RGB value is (137,13,6). Sum of RGB (Red+Green+Blue) = 137+13+6=156 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.82% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 137 - color contains mainly: red. Hex color #890D06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890D06 is #76F2F9. Grayscale: #313131. Windows color (decimal): -7795450 or 396681. OLE color: 396681.

HSL color Cylindrical-coordinate representation of color #890D06: hue angle of 3.21º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890D06 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB137136-
CMYK00.910.960.46
HSL3.21º91.61%28.04%-
HSV(B)3.21º95.62%53.73%-
XYZ10.495.620.7-
YUV49.28103.58190.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 87.82%
GREEN value IS 13 (5.47% from 255) = 8.33%
BLUE value IS 6 (2.73% from 255) = 3.85%
R=87.82%
G=8.33%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713600.910.960.463.2191.6128.04
Hex89D605B602E35c1c
Octal211156013314056313434
Binary10001001110111001011011110000010111011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890D06; }

 p { color: rgb(137,13,6); }

 H1.HeaderClassName
 {
   color: #890D06;
 }
 .AnyTagClassName
 {
   color: #890D06;
 }
</style>
background-color css

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

 a { background-color: rgb(137,13,6); }

 div.DivClassName
 {
   background-color: #890D06;
 }
 .BgClassName
 {
   background-color: #890D06;
 }
</style>
border-color css

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

 span { border-color: rgb(137,13,6); }

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