Shades of Dark Red #890C08
Tints of Dark Red #890C08
RGB
CMYK
RGB Variations
Color information
#890C08 (or 0x890C08) is known color: Dark Red. HEX triplet: 89, 0C and 08. RGB value is (137,12,8). Sum of RGB (Red+Green+Blue) = 137+12+8=157 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.26% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 137 - color contains mainly: red. Hex color #890C08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890C08 is #76F3F7. Grayscale: #313131. Windows color (decimal): -7795704 or 527497. OLE color: 527497.
HSL color Cylindrical-coordinate representation of color #890C08: hue angle of 1.86º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890C08 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 8 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.46 |
| HSL | 1.86º | 0.89% | 0.28% | - |
| HSV(B) | 1.86º | 0.94% | 0.54% | - |
| XYZ | 10.49 | 5.6 | 0.76 | - |
| YUV | 48.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 8 | 0 | 0.91 | 0.94 | 0.46 | 1.86 | 0.89 | 0.28 |
| Hex | 89 | C | 8 | 0 | 5B | 5E | 2E | 2 | 59 | 1C |
| Octal | 211 | 14 | 10 | 0 | 133 | 136 | 56 | 2 | 131 | 34 |
| Binary | 10001001 | 1100 | 1000 | 0 | 1011011 | 1011110 | 101110 | 10 | 1011001 | 11100 |
Color Harmonies of #890C08
Complementary color
Monochromatic Colors of #890C08
Black with #890C08
Text Example
Text Example
White with #890C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C08; }
p { color: rgb(137,12,8); }
H1.HeaderClassName
{
color: #890C08;
}
.AnyTagClassName
{
color: #890C08;
}
</style>
background-color css
<style>
a { background-color: #890C08; }
a { background-color: rgb(137,12,8); }
div.DivClassName
{
background-color: #890C08;
}
.BgClassName
{
background-color: #890C08;
}
</style>
border-color css
<style>
span { border-color: #890C08; }
span { border-color: rgb(137,12,8); }
td.TdClassName
{
border-color: #890C08;
}
.TagClassName
{
border-color: #890C08;
}
</style>