Shades of Dark Red #8B0500
Tints of Dark Red #8B0500
RGB
CMYK
RGB Variations
Color information
#8B0500 (or 0x8B0500) is known color: Dark Red. HEX triplet: 8B, 05 and 00. RGB value is (139,5,0). Sum of RGB (Red+Green+Blue) = 139+5+0=144 (19% of max value = 765). Red value is 139 (54.69% from 255 or 96.53% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0500 is #74FAFF. Grayscale: #2C2C2C. Windows color (decimal): -7666432 or 1419. OLE color: 1419.
HSL color Cylindrical-coordinate representation of color #8B0500: hue angle of 2.16º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B0500 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.45 |
| HSL | 2.16º | 1% | 0.27% | - |
| HSV(B) | 2.16º | 1% | 0.55% | - |
| XYZ | 10.7 | 5.6 | 0.52 | - |
| YUV | 44.5 | 102.89 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 0 | 0 | 0.96 | 1 | 0.45 | 2.16 | 1 | 0.27 |
| Hex | 8B | 5 | 0 | 0 | 60 | 64 | 2D | 2 | 64 | 1B |
| Octal | 213 | 5 | 0 | 0 | 140 | 144 | 55 | 2 | 144 | 33 |
| Binary | 10001011 | 101 | 0 | 0 | 1100000 | 1100100 | 101101 | 10 | 1100100 | 11011 |
Color Harmonies of #8B0500
Complementary color
Monochromatic Colors of #8B0500
Black with #8B0500
Text Example
Text Example
White with #8B0500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0500; }
p { color: rgb(139,5,0); }
H1.HeaderClassName
{
color: #8B0500;
}
.AnyTagClassName
{
color: #8B0500;
}
</style>
background-color css
<style>
a { background-color: #8B0500; }
a { background-color: rgb(139,5,0); }
div.DivClassName
{
background-color: #8B0500;
}
.BgClassName
{
background-color: #8B0500;
}
</style>
border-color css
<style>
span { border-color: #8B0500; }
span { border-color: rgb(139,5,0); }
td.TdClassName
{
border-color: #8B0500;
}
.TagClassName
{
border-color: #8B0500;
}
</style>