Shades of Dark Red #8A1009
Tints of Dark Red #8A1009
RGB
CMYK
RGB Variations
Color information
#8A1009 (or 0x8A1009) is known color: Dark Red. HEX triplet: 8A, 10 and 09. RGB value is (138,16,9). Sum of RGB (Red+Green+Blue) = 138+16+9=163 (21% of max value = 765). Red value is 138 (54.30% from 255 or 84.66% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1009 is #75EFF6. Grayscale: #333333. Windows color (decimal): -7729143 or 594058. OLE color: 594058.
HSL color Cylindrical-coordinate representation of color #8A1009: hue angle of 3.26º 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 #8A1009 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 16 | 9 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.46 |
| HSL | 3.26º | 0.88% | 0.29% | - |
| HSV(B) | 3.26º | 0.93% | 0.54% | - |
| XYZ | 10.72 | 5.79 | 0.81 | - |
| YUV | 51.68 | 103.92 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 16 | 9 | 0 | 0.88 | 0.93 | 0.46 | 3.26 | 0.88 | 0.29 |
| Hex | 8A | 10 | 9 | 0 | 58 | 5D | 2E | 3 | 58 | 1D |
| Octal | 212 | 20 | 11 | 0 | 130 | 135 | 56 | 3 | 130 | 35 |
| Binary | 10001010 | 10000 | 1001 | 0 | 1011000 | 1011101 | 101110 | 11 | 1011000 | 11101 |
Color Harmonies of #8A1009
Complementary color
Monochromatic Colors of #8A1009
Black with #8A1009
Text Example
Text Example
White with #8A1009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1009; }
p { color: rgb(138,16,9); }
H1.HeaderClassName
{
color: #8A1009;
}
.AnyTagClassName
{
color: #8A1009;
}
</style>
background-color css
<style>
a { background-color: #8A1009; }
a { background-color: rgb(138,16,9); }
div.DivClassName
{
background-color: #8A1009;
}
.BgClassName
{
background-color: #8A1009;
}
</style>
border-color css
<style>
span { border-color: #8A1009; }
span { border-color: rgb(138,16,9); }
td.TdClassName
{
border-color: #8A1009;
}
.TagClassName
{
border-color: #8A1009;
}
</style>