Shades of Dark Red #890A06
Tints of Dark Red #890A06
RGB
CMYK
RGB Variations
Color information
#890A06 (or 0x890A06) is known color: Dark Red. HEX triplet: 89, 0A and 06. RGB value is (137,10,6). Sum of RGB (Red+Green+Blue) = 137+10+6=153 (20% of max value = 765). Red value is 137 (53.91% from 255 or 89.54% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 137 - color contains mainly: red. Hex color #890A06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890A06 is #76F5F9. Grayscale: #2F2F2F. Windows color (decimal): -7796218 or 395913. OLE color: 395913.
HSL color Cylindrical-coordinate representation of color #890A06: hue angle of 1.83º 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 #890A06 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 6 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.46 |
| HSL | 1.83º | 0.92% | 0.28% | - |
| HSV(B) | 1.83º | 0.96% | 0.54% | - |
| XYZ | 10.46 | 5.55 | 0.69 | - |
| YUV | 47.52 | 104.58 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 6 | 0 | 0.93 | 0.96 | 0.46 | 1.83 | 0.92 | 0.28 |
| Hex | 89 | A | 6 | 0 | 5D | 60 | 2E | 2 | 5C | 1C |
| Octal | 211 | 12 | 6 | 0 | 135 | 140 | 56 | 2 | 134 | 34 |
| Binary | 10001001 | 1010 | 110 | 0 | 1011101 | 1100000 | 101110 | 10 | 1011100 | 11100 |
Color Harmonies of #890A06
Complementary color
Monochromatic Colors of #890A06
Black with #890A06
Text Example
Text Example
White with #890A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A06; }
p { color: rgb(137,10,6); }
H1.HeaderClassName
{
color: #890A06;
}
.AnyTagClassName
{
color: #890A06;
}
</style>
background-color css
<style>
a { background-color: #890A06; }
a { background-color: rgb(137,10,6); }
div.DivClassName
{
background-color: #890A06;
}
.BgClassName
{
background-color: #890A06;
}
</style>
border-color css
<style>
span { border-color: #890A06; }
span { border-color: rgb(137,10,6); }
td.TdClassName
{
border-color: #890A06;
}
.TagClassName
{
border-color: #890A06;
}
</style>