Shades of Dark Red #8B1009
Tints of Dark Red #8B1009
RGB
CMYK
RGB Variations
Color information
#8B1009 (or 0x8B1009) is known color: Dark Red. HEX triplet: 8B, 10 and 09. RGB value is (139,16,9). Sum of RGB (Red+Green+Blue) = 139+16+9=164 (21% of max value = 765). Red value is 139 (54.69% from 255 or 84.76% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1009 is #74EFF6. Grayscale: #343434. Windows color (decimal): -7663607 or 594059. OLE color: 594059.
HSL color Cylindrical-coordinate representation of color #8B1009: hue angle of 3.23º degrees, saturation: 0.88, 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 #8B1009 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 16 | 9 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.45 |
| HSL | 3.23º | 0.88% | 0.29% | - |
| HSV(B) | 3.23º | 0.94% | 0.55% | - |
| XYZ | 10.88 | 5.88 | 0.82 | - |
| YUV | 51.98 | 103.75 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 9 | 0 | 0.88 | 0.94 | 0.45 | 3.23 | 0.88 | 0.29 |
| Hex | 8B | 10 | 9 | 0 | 58 | 5E | 2D | 3 | 58 | 1D |
| Octal | 213 | 20 | 11 | 0 | 130 | 136 | 55 | 3 | 130 | 35 |
| Binary | 10001011 | 10000 | 1001 | 0 | 1011000 | 1011110 | 101101 | 11 | 1011000 | 11101 |
Color Harmonies of #8B1009
Complementary color
Monochromatic Colors of #8B1009
Black with #8B1009
Text Example
Text Example
White with #8B1009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1009; }
p { color: rgb(139,16,9); }
H1.HeaderClassName
{
color: #8B1009;
}
.AnyTagClassName
{
color: #8B1009;
}
</style>
background-color css
<style>
a { background-color: #8B1009; }
a { background-color: rgb(139,16,9); }
div.DivClassName
{
background-color: #8B1009;
}
.BgClassName
{
background-color: #8B1009;
}
</style>
border-color css
<style>
span { border-color: #8B1009; }
span { border-color: rgb(139,16,9); }
td.TdClassName
{
border-color: #8B1009;
}
.TagClassName
{
border-color: #8B1009;
}
</style>