Shades of Dark Red #8A0807
Tints of Dark Red #8A0807
RGB
CMYK
RGB Variations
Color information
#8A0807 (or 0x8A0807) is known color: Dark Red. HEX triplet: 8A, 08 and 07. RGB value is (138,8,7). Sum of RGB (Red+Green+Blue) = 138+8+7=153 (20% of max value = 765). Red value is 138 (54.30% from 255 or 90.20% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0807 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0807 is #75F7F8. Grayscale: #2E2E2E. Windows color (decimal): -7731193 or 460938. OLE color: 460938.
HSL color Cylindrical-coordinate representation of color #8A0807: hue angle of 0.46º 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 #8A0807 is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 8 | 7 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.46 |
| HSL | 0.46º | 0.9% | 0.28% | - |
| HSV(B) | 0.46º | 0.95% | 0.54% | - |
| XYZ | 10.61 | 5.59 | 0.72 | - |
| YUV | 46.76 | 105.57 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 8 | 7 | 0 | 0.94 | 0.95 | 0.46 | 0.46 | 0.9 | 0.28 |
| Hex | 8A | 8 | 7 | 0 | 5E | 5F | 2E | 0 | 5A | 1C |
| Octal | 212 | 10 | 7 | 0 | 136 | 137 | 56 | 0 | 132 | 34 |
| Binary | 10001010 | 1000 | 111 | 0 | 1011110 | 1011111 | 101110 | 0 | 1011010 | 11100 |
Color Harmonies of #8A0807
Complementary color
Monochromatic Colors of #8A0807
Black with #8A0807
Text Example
Text Example
White with #8A0807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0807; }
p { color: rgb(138,8,7); }
H1.HeaderClassName
{
color: #8A0807;
}
.AnyTagClassName
{
color: #8A0807;
}
</style>
background-color css
<style>
a { background-color: #8A0807; }
a { background-color: rgb(138,8,7); }
div.DivClassName
{
background-color: #8A0807;
}
.BgClassName
{
background-color: #8A0807;
}
</style>
border-color css
<style>
span { border-color: #8A0807; }
span { border-color: rgb(138,8,7); }
td.TdClassName
{
border-color: #8A0807;
}
.TagClassName
{
border-color: #8A0807;
}
</style>