Shades of Dark Red #8B1104
Tints of Dark Red #8B1104
RGB
CMYK
RGB Variations
Color information
#8B1104 (or 0x8B1104) is known color: Dark Red. HEX triplet: 8B, 11 and 04. RGB value is (139,17,4). Sum of RGB (Red+Green+Blue) = 139+17+4=160 (21% of max value = 765). Red value is 139 (54.69% from 255 or 86.88% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1104 is #74EEFB. Grayscale: #343434. Windows color (decimal): -7663356 or 266635. OLE color: 266635.
HSL color Cylindrical-coordinate representation of color #8B1104: hue angle of 5.78º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B1104 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 17 | 4 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.45 |
| HSL | 5.78º | 0.94% | 0.28% | - |
| HSV(B) | 5.78º | 0.97% | 0.55% | - |
| XYZ | 10.87 | 5.9 | 0.68 | - |
| YUV | 52 | 100.92 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 17 | 4 | 0 | 0.88 | 0.97 | 0.45 | 5.78 | 0.94 | 0.28 |
| Hex | 8B | 11 | 4 | 0 | 58 | 61 | 2D | 6 | 5E | 1C |
| Octal | 213 | 21 | 4 | 0 | 130 | 141 | 55 | 6 | 136 | 34 |
| Binary | 10001011 | 10001 | 100 | 0 | 1011000 | 1100001 | 101101 | 110 | 1011110 | 11100 |
Color Harmonies of #8B1104
Complementary color
Monochromatic Colors of #8B1104
Black with #8B1104
Text Example
Text Example
White with #8B1104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1104; }
p { color: rgb(139,17,4); }
H1.HeaderClassName
{
color: #8B1104;
}
.AnyTagClassName
{
color: #8B1104;
}
</style>
background-color css
<style>
a { background-color: #8B1104; }
a { background-color: rgb(139,17,4); }
div.DivClassName
{
background-color: #8B1104;
}
.BgClassName
{
background-color: #8B1104;
}
</style>
border-color css
<style>
span { border-color: #8B1104; }
span { border-color: rgb(139,17,4); }
td.TdClassName
{
border-color: #8B1104;
}
.TagClassName
{
border-color: #8B1104;
}
</style>