Shades of Dark Red #8A1100
Tints of Dark Red #8A1100
RGB
CMYK
RGB Variations
Color information
#8A1100 (or 0x8A1100) is known color: Dark Red. HEX triplet: 8A, 11 and 00. RGB value is (138,17,0). Sum of RGB (Red+Green+Blue) = 138+17+0=155 (20% of max value = 765). Red value is 138 (54.30% from 255 or 89.03% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1100 is #75EEFF. Grayscale: #333333. Windows color (decimal): -7728896 or 4490. OLE color: 4490.
HSL color Cylindrical-coordinate representation of color #8A1100: hue angle of 7.39º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A1100 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 17 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.46 |
| HSL | 7.39º | 1% | 0.27% | - |
| HSV(B) | 7.39º | 1% | 0.54% | - |
| XYZ | 10.68 | 5.8 | 0.56 | - |
| YUV | 51.24 | 99.09 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 17 | 0 | 0 | 0.88 | 1 | 0.46 | 7.39 | 1 | 0.27 |
| Hex | 8A | 11 | 0 | 0 | 58 | 64 | 2E | 7 | 64 | 1B |
| Octal | 212 | 21 | 0 | 0 | 130 | 144 | 56 | 7 | 144 | 33 |
| Binary | 10001010 | 10001 | 0 | 0 | 1011000 | 1100100 | 101110 | 111 | 1100100 | 11011 |
Color Harmonies of #8A1100
Complementary color
Monochromatic Colors of #8A1100
Black with #8A1100
Text Example
Text Example
White with #8A1100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1100; }
p { color: rgb(138,17,0); }
H1.HeaderClassName
{
color: #8A1100;
}
.AnyTagClassName
{
color: #8A1100;
}
</style>
background-color css
<style>
a { background-color: #8A1100; }
a { background-color: rgb(138,17,0); }
div.DivClassName
{
background-color: #8A1100;
}
.BgClassName
{
background-color: #8A1100;
}
</style>
border-color css
<style>
span { border-color: #8A1100; }
span { border-color: rgb(138,17,0); }
td.TdClassName
{
border-color: #8A1100;
}
.TagClassName
{
border-color: #8A1100;
}
</style>