Shades of Dark Red #8B1301
Tints of Dark Red #8B1301
RGB
CMYK
RGB Variations
Color information
#8B1301 (or 0x8B1301) is known color: Dark Red. HEX triplet: 8B, 13 and 01. RGB value is (139,19,1). Sum of RGB (Red+Green+Blue) = 139+19+1=159 (21% of max value = 765). Red value is 139 (54.69% from 255 or 87.42% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1301 is #74ECFE. Grayscale: #353535. Windows color (decimal): -7662847 or 70539. OLE color: 70539.
HSL color Cylindrical-coordinate representation of color #8B1301: hue angle of 7.83º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B1301 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 19 | 1 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.45 |
| HSL | 7.83º | 0.99% | 0.27% | - |
| HSV(B) | 7.83º | 0.99% | 0.55% | - |
| XYZ | 10.89 | 5.96 | 0.6 | - |
| YUV | 52.83 | 98.76 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 19 | 1 | 0 | 0.86 | 0.99 | 0.45 | 7.83 | 0.99 | 0.27 |
| Hex | 8B | 13 | 1 | 0 | 56 | 63 | 2D | 8 | 63 | 1B |
| Octal | 213 | 23 | 1 | 0 | 126 | 143 | 55 | 10 | 143 | 33 |
| Binary | 10001011 | 10011 | 1 | 0 | 1010110 | 1100011 | 101101 | 1000 | 1100011 | 11011 |
Color Harmonies of #8B1301
Complementary color
Monochromatic Colors of #8B1301
Black with #8B1301
Text Example
Text Example
White with #8B1301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1301; }
p { color: rgb(139,19,1); }
H1.HeaderClassName
{
color: #8B1301;
}
.AnyTagClassName
{
color: #8B1301;
}
</style>
background-color css
<style>
a { background-color: #8B1301; }
a { background-color: rgb(139,19,1); }
div.DivClassName
{
background-color: #8B1301;
}
.BgClassName
{
background-color: #8B1301;
}
</style>
border-color css
<style>
span { border-color: #8B1301; }
span { border-color: rgb(139,19,1); }
td.TdClassName
{
border-color: #8B1301;
}
.TagClassName
{
border-color: #8B1301;
}
</style>