Shades of Dark Red #8A1500
Tints of Dark Red #8A1500
RGB
CMYK
RGB Variations
Color information
#8A1500 (or 0x8A1500) is known color: Dark Red. HEX triplet: 8A, 15 and 00. RGB value is (138,21,0). Sum of RGB (Red+Green+Blue) = 138+21+0=159 (21% of max value = 765). Red value is 138 (54.30% from 255 or 86.79% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1500 is #75EAFF. Grayscale: #353535. Windows color (decimal): -7727872 or 5514. OLE color: 5514.
HSL color Cylindrical-coordinate representation of color #8A1500: hue angle of 9.13º 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 #8A1500 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 21 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.46 |
| HSL | 9.13º | 1% | 0.27% | - |
| HSV(B) | 9.13º | 1% | 0.54% | - |
| XYZ | 10.75 | 5.94 | 0.58 | - |
| YUV | 53.59 | 97.76 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 21 | 0 | 0 | 0.85 | 1 | 0.46 | 9.13 | 1 | 0.27 |
| Hex | 8A | 15 | 0 | 0 | 55 | 64 | 2E | 9 | 64 | 1B |
| Octal | 212 | 25 | 0 | 0 | 125 | 144 | 56 | 11 | 144 | 33 |
| Binary | 10001010 | 10101 | 0 | 0 | 1010101 | 1100100 | 101110 | 1001 | 1100100 | 11011 |
Color Harmonies of #8A1500
Complementary color
Monochromatic Colors of #8A1500
Black with #8A1500
Text Example
Text Example
White with #8A1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1500; }
p { color: rgb(138,21,0); }
H1.HeaderClassName
{
color: #8A1500;
}
.AnyTagClassName
{
color: #8A1500;
}
</style>
background-color css
<style>
a { background-color: #8A1500; }
a { background-color: rgb(138,21,0); }
div.DivClassName
{
background-color: #8A1500;
}
.BgClassName
{
background-color: #8A1500;
}
</style>
border-color css
<style>
span { border-color: #8A1500; }
span { border-color: rgb(138,21,0); }
td.TdClassName
{
border-color: #8A1500;
}
.TagClassName
{
border-color: #8A1500;
}
</style>