Shades of Dark Red #8A0E00
Tints of Dark Red #8A0E00
RGB
CMYK
RGB Variations
Color information
#8A0E00 (or 0x8A0E00) is known color: Dark Red. HEX triplet: 8A, 0E and 00. RGB value is (138,14,0). Sum of RGB (Red+Green+Blue) = 138+14+0=152 (20% of max value = 765). Red value is 138 (54.30% from 255 or 90.79% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0E00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0E00 is #75F1FF. Grayscale: #313131. Windows color (decimal): -7729664 or 3722. OLE color: 3722.
HSL color Cylindrical-coordinate representation of color #8A0E00: hue angle of 6.09º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A0E00 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 14 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.46 |
| HSL | 6.09º | 1% | 0.27% | - |
| HSV(B) | 6.09º | 1% | 0.54% | - |
| XYZ | 10.64 | 5.72 | 0.54 | - |
| YUV | 49.48 | 100.08 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 14 | 0 | 0 | 0.90 | 1 | 0.46 | 6.09 | 1 | 0.27 |
| Hex | 8A | E | 0 | 0 | 5A | 64 | 2E | 6 | 64 | 1B |
| Octal | 212 | 16 | 0 | 0 | 132 | 144 | 56 | 6 | 144 | 33 |
| Binary | 10001010 | 1110 | 0 | 0 | 1011010 | 1100100 | 101110 | 110 | 1100100 | 11011 |
Color Harmonies of #8A0E00
Complementary color
Monochromatic Colors of #8A0E00
Black with #8A0E00
Text Example
Text Example
White with #8A0E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0E00; }
p { color: rgb(138,14,0); }
H1.HeaderClassName
{
color: #8A0E00;
}
.AnyTagClassName
{
color: #8A0E00;
}
</style>
background-color css
<style>
a { background-color: #8A0E00; }
a { background-color: rgb(138,14,0); }
div.DivClassName
{
background-color: #8A0E00;
}
.BgClassName
{
background-color: #8A0E00;
}
</style>
border-color css
<style>
span { border-color: #8A0E00; }
span { border-color: rgb(138,14,0); }
td.TdClassName
{
border-color: #8A0E00;
}
.TagClassName
{
border-color: #8A0E00;
}
</style>