Shades of Dark Red #8A1702
Tints of Dark Red #8A1702
RGB
CMYK
RGB Variations
Color information
#8A1702 (or 0x8A1702) is known color: Dark Red. HEX triplet: 8A, 17 and 02. RGB value is (138,23,2). Sum of RGB (Red+Green+Blue) = 138+23+2=163 (21% of max value = 765). Red value is 138 (54.30% from 255 or 84.66% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1702 is #75E8FD. Grayscale: #373737. Windows color (decimal): -7727358 or 137098. OLE color: 137098.
HSL color Cylindrical-coordinate representation of color #8A1702: hue angle of 9.26º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A1702 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 23 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.46 |
| HSL | 9.26º | 0.97% | 0.27% | - |
| HSV(B) | 9.26º | 0.99% | 0.54% | - |
| XYZ | 10.8 | 6.02 | 0.65 | - |
| YUV | 54.99 | 98.1 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 23 | 2 | 0 | 0.83 | 0.99 | 0.46 | 9.26 | 0.97 | 0.27 |
| Hex | 8A | 17 | 2 | 0 | 53 | 63 | 2E | 9 | 61 | 1B |
| Octal | 212 | 27 | 2 | 0 | 123 | 143 | 56 | 11 | 141 | 33 |
| Binary | 10001010 | 10111 | 10 | 0 | 1010011 | 1100011 | 101110 | 1001 | 1100001 | 11011 |
Color Harmonies of #8A1702
Complementary color
Monochromatic Colors of #8A1702
Black with #8A1702
Text Example
Text Example
White with #8A1702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1702; }
p { color: rgb(138,23,2); }
H1.HeaderClassName
{
color: #8A1702;
}
.AnyTagClassName
{
color: #8A1702;
}
</style>
background-color css
<style>
a { background-color: #8A1702; }
a { background-color: rgb(138,23,2); }
div.DivClassName
{
background-color: #8A1702;
}
.BgClassName
{
background-color: #8A1702;
}
</style>
border-color css
<style>
span { border-color: #8A1702; }
span { border-color: rgb(138,23,2); }
td.TdClassName
{
border-color: #8A1702;
}
.TagClassName
{
border-color: #8A1702;
}
</style>