Shades of Dark Red #8B0801
Tints of Dark Red #8B0801
RGB
CMYK
RGB Variations
Color information
#8B0801 (or 0x8B0801) is known color: Dark Red. HEX triplet: 8B, 08 and 01. RGB value is (139,8,1). Sum of RGB (Red+Green+Blue) = 139+8+1=148 (19% of max value = 765). Red value is 139 (54.69% from 255 or 93.92% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0801 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0801 is #74F7FE. Grayscale: #2E2E2E. Windows color (decimal): -7665663 or 67723. OLE color: 67723.
HSL color Cylindrical-coordinate representation of color #8B0801: hue angle of 3.04º 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 #8B0801 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 8 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.45 |
| HSL | 3.04º | 0.99% | 0.27% | - |
| HSV(B) | 3.04º | 0.99% | 0.55% | - |
| XYZ | 10.74 | 5.66 | 0.56 | - |
| YUV | 46.37 | 102.4 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 8 | 1 | 0 | 0.94 | 0.99 | 0.45 | 3.04 | 0.99 | 0.27 |
| Hex | 8B | 8 | 1 | 0 | 5E | 63 | 2D | 3 | 63 | 1B |
| Octal | 213 | 10 | 1 | 0 | 136 | 143 | 55 | 3 | 143 | 33 |
| Binary | 10001011 | 1000 | 1 | 0 | 1011110 | 1100011 | 101101 | 11 | 1100011 | 11011 |
Color Harmonies of #8B0801
Complementary color
Monochromatic Colors of #8B0801
Black with #8B0801
Text Example
Text Example
White with #8B0801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0801; }
p { color: rgb(139,8,1); }
H1.HeaderClassName
{
color: #8B0801;
}
.AnyTagClassName
{
color: #8B0801;
}
</style>
background-color css
<style>
a { background-color: #8B0801; }
a { background-color: rgb(139,8,1); }
div.DivClassName
{
background-color: #8B0801;
}
.BgClassName
{
background-color: #8B0801;
}
</style>
border-color css
<style>
span { border-color: #8B0801; }
span { border-color: rgb(139,8,1); }
td.TdClassName
{
border-color: #8B0801;
}
.TagClassName
{
border-color: #8B0801;
}
</style>