Shades of Dark Red #8A0907
Tints of Dark Red #8A0907
RGB
CMYK
RGB Variations
Color information
#8A0907 (or 0x8A0907) is known color: Dark Red. HEX triplet: 8A, 09 and 07. RGB value is (138,9,7). Sum of RGB (Red+Green+Blue) = 138+9+7=154 (20% of max value = 765). Red value is 138 (54.30% from 255 or 89.61% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 7 (3.12% from 255 or 4.55% from 154); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0907 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0907 is #75F6F8. Grayscale: #2F2F2F. Windows color (decimal): -7730937 or 461194. OLE color: 461194.
HSL color Cylindrical-coordinate representation of color #8A0907: hue angle of 0.92º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0907 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 9 | 7 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.46 |
| HSL | 0.92º | 0.9% | 0.28% | - |
| HSV(B) | 0.92º | 0.95% | 0.54% | - |
| XYZ | 10.62 | 5.61 | 0.73 | - |
| YUV | 47.34 | 105.24 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 9 | 7 | 0 | 0.93 | 0.95 | 0.46 | 0.92 | 0.9 | 0.28 |
| Hex | 8A | 9 | 7 | 0 | 5D | 5F | 2E | 1 | 5A | 1C |
| Octal | 212 | 11 | 7 | 0 | 135 | 137 | 56 | 1 | 132 | 34 |
| Binary | 10001010 | 1001 | 111 | 0 | 1011101 | 1011111 | 101110 | 1 | 1011010 | 11100 |
Color Harmonies of #8A0907
Complementary color
Monochromatic Colors of #8A0907
Black with #8A0907
Text Example
Text Example
White with #8A0907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0907; }
p { color: rgb(138,9,7); }
H1.HeaderClassName
{
color: #8A0907;
}
.AnyTagClassName
{
color: #8A0907;
}
</style>
background-color css
<style>
a { background-color: #8A0907; }
a { background-color: rgb(138,9,7); }
div.DivClassName
{
background-color: #8A0907;
}
.BgClassName
{
background-color: #8A0907;
}
</style>
border-color css
<style>
span { border-color: #8A0907; }
span { border-color: rgb(138,9,7); }
td.TdClassName
{
border-color: #8A0907;
}
.TagClassName
{
border-color: #8A0907;
}
</style>