#890C06

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

Shades of Dark Red #890C06

Tints of Dark Red #890C06

Color information

#890C06 (or 0x890C06) is unknown color: approx Dark Red. HEX triplet: 89, 0C and 06. RGB value is (137,12,6). Sum of RGB (Red+Green+Blue) = 137+12+6=155 (20% of max value = 765). Red value is 137 (53.91% from 255 or 88.39% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 137 - color contains mainly: red. Hex color #890C06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890C06 is #76F3F9. Grayscale: #303030. Windows color (decimal): -7795706 or 396425. OLE color: 396425.

HSL color Cylindrical-coordinate representation of color #890C06: hue angle of 2.75º 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 #890C06 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB137126-
CMYK00.910.960.46
HSL2.75º91.61%28.04%-
HSV(B)2.75º95.62%53.73%-
XYZ10.485.590.7-
YUV48.69103.91190.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 88.39%
GREEN value IS 12 (5.08% from 255) = 7.74%
BLUE value IS 6 (2.73% from 255) = 3.87%
R=88.39%
G=7.74%
B=3.87%

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
Decimal13712600.910.960.462.7591.6128.04
Hex89C605B602E35c1c
Octal211146013314056313434
Binary10001001110011001011011110000010111011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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