Shades of Dark Red #8B1008
Tints of Dark Red #8B1008
RGB
CMYK
RGB Variations
Color information
#8B1008 (or 0x8B1008) is known color: Dark Red. HEX triplet: 8B, 10 and 08. RGB value is (139,16,8). Sum of RGB (Red+Green+Blue) = 139+16+8=163 (21% of max value = 765). Red value is 139 (54.69% from 255 or 85.28% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1008 is #74EFF7. Grayscale: #343434. Windows color (decimal): -7663608 or 528523. OLE color: 528523.
HSL color Cylindrical-coordinate representation of color #8B1008: hue angle of 3.66º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B1008 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 16 | 8 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.45 |
| HSL | 3.66º | 0.89% | 0.29% | - |
| HSV(B) | 3.66º | 0.94% | 0.55% | - |
| XYZ | 10.88 | 5.88 | 0.79 | - |
| YUV | 51.87 | 103.25 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 8 | 0 | 0.88 | 0.94 | 0.45 | 3.66 | 0.89 | 0.29 |
| Hex | 8B | 10 | 8 | 0 | 58 | 5E | 2D | 4 | 59 | 1D |
| Octal | 213 | 20 | 10 | 0 | 130 | 136 | 55 | 4 | 131 | 35 |
| Binary | 10001011 | 10000 | 1000 | 0 | 1011000 | 1011110 | 101101 | 100 | 1011001 | 11101 |
Color Harmonies of #8B1008
Complementary color
Monochromatic Colors of #8B1008
Black with #8B1008
Text Example
Text Example
White with #8B1008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1008; }
p { color: rgb(139,16,8); }
H1.HeaderClassName
{
color: #8B1008;
}
.AnyTagClassName
{
color: #8B1008;
}
</style>
background-color css
<style>
a { background-color: #8B1008; }
a { background-color: rgb(139,16,8); }
div.DivClassName
{
background-color: #8B1008;
}
.BgClassName
{
background-color: #8B1008;
}
</style>
border-color css
<style>
span { border-color: #8B1008; }
span { border-color: rgb(139,16,8); }
td.TdClassName
{
border-color: #8B1008;
}
.TagClassName
{
border-color: #8B1008;
}
</style>