Shades of Dark Red #8B1007
Tints of Dark Red #8B1007
RGB
CMYK
RGB Variations
Color information
#8B1007 (or 0x8B1007) is known color: Dark Red. HEX triplet: 8B, 10 and 07. RGB value is (139,16,7). Sum of RGB (Red+Green+Blue) = 139+16+7=162 (21% of max value = 765). Red value is 139 (54.69% from 255 or 85.80% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1007 is #74EFF8. Grayscale: #333333. Windows color (decimal): -7663609 or 462987. OLE color: 462987.
HSL color Cylindrical-coordinate representation of color #8B1007: hue angle of 4.09º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B1007 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 16 | 7 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.45 |
| HSL | 4.09º | 0.9% | 0.29% | - |
| HSV(B) | 4.09º | 0.95% | 0.55% | - |
| XYZ | 10.87 | 5.87 | 0.76 | - |
| YUV | 51.75 | 102.75 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 7 | 0 | 0.88 | 0.95 | 0.45 | 4.09 | 0.9 | 0.29 |
| Hex | 8B | 10 | 7 | 0 | 58 | 5F | 2D | 4 | 5A | 1D |
| Octal | 213 | 20 | 7 | 0 | 130 | 137 | 55 | 4 | 132 | 35 |
| Binary | 10001011 | 10000 | 111 | 0 | 1011000 | 1011111 | 101101 | 100 | 1011010 | 11101 |
Color Harmonies of #8B1007
Complementary color
Monochromatic Colors of #8B1007
Black with #8B1007
Text Example
Text Example
White with #8B1007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1007; }
p { color: rgb(139,16,7); }
H1.HeaderClassName
{
color: #8B1007;
}
.AnyTagClassName
{
color: #8B1007;
}
</style>
background-color css
<style>
a { background-color: #8B1007; }
a { background-color: rgb(139,16,7); }
div.DivClassName
{
background-color: #8B1007;
}
.BgClassName
{
background-color: #8B1007;
}
</style>
border-color css
<style>
span { border-color: #8B1007; }
span { border-color: rgb(139,16,7); }
td.TdClassName
{
border-color: #8B1007;
}
.TagClassName
{
border-color: #8B1007;
}
</style>