Shades of Dark Red #9A0E08
Tints of Dark Red #9A0E08
RGB
CMYK
RGB Variations
Color information
#9A0E08 (or 0x9A0E08) is known color: Dark Red. HEX triplet: 9A, 0E and 08. RGB value is (154,14,8). Sum of RGB (Red+Green+Blue) = 154+14+8=176 (23% of max value = 765). Red value is 154 (60.55% from 255 or 87.5% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0E08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0E08 is #65F1F7. Grayscale: #373737. Windows color (decimal): -6681080 or 528026. OLE color: 528026.
HSL color Cylindrical-coordinate representation of color #9A0E08: hue angle of 2.47º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A0E08 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 14 | 8 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.40 |
| HSL | 2.47º | 0.9% | 0.32% | - |
| HSV(B) | 2.47º | 0.95% | 0.6% | - |
| XYZ | 13.53 | 7.2 | 0.91 | - |
| YUV | 55.18 | 101.38 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 14 | 8 | 0 | 0.91 | 0.95 | 0.40 | 2.47 | 0.9 | 0.32 |
| Hex | 9A | E | 8 | 0 | 5B | 5F | 28 | 2 | 5A | 20 |
| Octal | 232 | 16 | 10 | 0 | 133 | 137 | 50 | 2 | 132 | 40 |
| Binary | 10011010 | 1110 | 1000 | 0 | 1011011 | 1011111 | 101000 | 10 | 1011010 | 100000 |
Color Harmonies of #9A0E08
Complementary color
Monochromatic Colors of #9A0E08
Black with #9A0E08
Text Example
Text Example
White with #9A0E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0E08; }
p { color: rgb(154,14,8); }
H1.HeaderClassName
{
color: #9A0E08;
}
.AnyTagClassName
{
color: #9A0E08;
}
</style>
background-color css
<style>
a { background-color: #9A0E08; }
a { background-color: rgb(154,14,8); }
div.DivClassName
{
background-color: #9A0E08;
}
.BgClassName
{
background-color: #9A0E08;
}
</style>
border-color css
<style>
span { border-color: #9A0E08; }
span { border-color: rgb(154,14,8); }
td.TdClassName
{
border-color: #9A0E08;
}
.TagClassName
{
border-color: #9A0E08;
}
</style>