Shades of Dark Red #890C06
Tints of Dark Red #890C06
RGB
CMYK
RGB Variations
Color information
#890C06 (or 0x890C06) is known color: 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
| RGB | 137 | 12 | 6 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.46 |
| HSL | 2.75º | 0.92% | 0.28% | - |
| HSV(B) | 2.75º | 0.96% | 0.54% | - |
| XYZ | 10.48 | 5.59 | 0.7 | - |
| YUV | 48.69 | 103.91 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 6 | 0 | 0.91 | 0.96 | 0.46 | 2.75 | 0.92 | 0.28 |
| Hex | 89 | C | 6 | 0 | 5B | 60 | 2E | 3 | 5C | 1C |
| Octal | 211 | 14 | 6 | 0 | 133 | 140 | 56 | 3 | 134 | 34 |
| Binary | 10001001 | 1100 | 110 | 0 | 1011011 | 1100000 | 101110 | 11 | 1011100 | 11100 |
Color Harmonies of #890C06
Complementary color
Monochromatic Colors of #890C06
Black with #890C06
Text Example
Text Example
White with #890C06
Text Example
Text Example
HTML Codes & Css Web 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>