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