Shades of Dark Red #8A0F09
Tints of Dark Red #8A0F09
RGB
CMYK
RGB Variations
Color information
#8A0F09 (or 0x8A0F09) is known color: Dark Red. HEX triplet: 8A, 0F and 09. RGB value is (138,15,9). Sum of RGB (Red+Green+Blue) = 138+15+9=162 (21% of max value = 765). Red value is 138 (54.30% from 255 or 85.19% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0F09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0F09 is #75F0F6. Grayscale: #333333. Windows color (decimal): -7729399 or 593802. OLE color: 593802.
HSL color Cylindrical-coordinate representation of color #8A0F09: hue angle of 2.79º degrees, saturation: 0.88, 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 #8A0F09 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 15 | 9 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.46 |
| HSL | 2.79º | 0.88% | 0.29% | - |
| HSV(B) | 2.79º | 0.93% | 0.54% | - |
| XYZ | 10.7 | 5.76 | 0.81 | - |
| YUV | 51.09 | 104.25 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 15 | 9 | 0 | 0.89 | 0.93 | 0.46 | 2.79 | 0.88 | 0.29 |
| Hex | 8A | F | 9 | 0 | 59 | 5D | 2E | 3 | 58 | 1D |
| Octal | 212 | 17 | 11 | 0 | 131 | 135 | 56 | 3 | 130 | 35 |
| Binary | 10001010 | 1111 | 1001 | 0 | 1011001 | 1011101 | 101110 | 11 | 1011000 | 11101 |
Color Harmonies of #8A0F09
Complementary color
Monochromatic Colors of #8A0F09
Black with #8A0F09
Text Example
Text Example
White with #8A0F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0F09; }
p { color: rgb(138,15,9); }
H1.HeaderClassName
{
color: #8A0F09;
}
.AnyTagClassName
{
color: #8A0F09;
}
</style>
background-color css
<style>
a { background-color: #8A0F09; }
a { background-color: rgb(138,15,9); }
div.DivClassName
{
background-color: #8A0F09;
}
.BgClassName
{
background-color: #8A0F09;
}
</style>
border-color css
<style>
span { border-color: #8A0F09; }
span { border-color: rgb(138,15,9); }
td.TdClassName
{
border-color: #8A0F09;
}
.TagClassName
{
border-color: #8A0F09;
}
</style>