#890C0A

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

Shades of Dark Red #890C0A

Tints of Dark Red #890C0A

Color information

#890C0A (or 0x890C0A) is unknown color: approx Dark Red. HEX triplet: 89, 0C and 0A. RGB value is (137,12,10). Sum of RGB (Red+Green+Blue) = 137+12+10=159 (21% of max value = 765). Red value is 137 (53.91% from 255 or 86.16% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 137 - color contains mainly: red. Hex color #890C0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890C0A is #76F3F5. Grayscale: #313131. Windows color (decimal): -7795702 or 658569. OLE color: 658569.

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

Color convert

RGB1371210-
CMYK00.910.930.46
HSL0.94º86.39%28.82%-
HSV(B)0.94º92.7%53.73%-
XYZ10.55.60.82-
YUV49.15105.91190.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 86.16%
GREEN value IS 12 (5.08% from 255) = 7.55%
BLUE value IS 10 (4.30% from 255) = 6.29%
R=86.16%
G=7.55%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137121000.910.930.460.9486.3928.82
Hex89CA05B5D2E1561d
Octal2111412013313556112635
Binary10001001110010100101101110111011011101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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