Shades of Dark Red #880906
Tints of Dark Red #880906
RGB
CMYK
RGB Variations
Color information
#880906 (or 0x880906) is known color: Dark Red. HEX triplet: 88, 09 and 06. RGB value is (136,9,6). Sum of RGB (Red+Green+Blue) = 136+9+6=151 (20% of max value = 765). Red value is 136 (53.52% from 255 or 90.07% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 136 - color contains mainly: red. Hex color #880906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880906 is #77F6F9. Grayscale: #2E2E2E. Windows color (decimal): -7862010 or 395656. OLE color: 395656.
HSL color Cylindrical-coordinate representation of color #880906: hue angle of 1.38º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880906 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 6 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.47 |
| HSL | 1.38º | 0.92% | 0.28% | - |
| HSV(B) | 1.38º | 0.96% | 0.53% | - |
| XYZ | 10.28 | 5.44 | 0.68 | - |
| YUV | 46.63 | 105.08 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 6 | 0 | 0.93 | 0.96 | 0.47 | 1.38 | 0.92 | 0.28 |
| Hex | 88 | 9 | 6 | 0 | 5D | 60 | 2F | 1 | 5C | 1C |
| Octal | 210 | 11 | 6 | 0 | 135 | 140 | 57 | 1 | 134 | 34 |
| Binary | 10001000 | 1001 | 110 | 0 | 1011101 | 1100000 | 101111 | 1 | 1011100 | 11100 |
Color Harmonies of #880906
Complementary color
Monochromatic Colors of #880906
Black with #880906
Text Example
Text Example
White with #880906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880906; }
p { color: rgb(136,9,6); }
H1.HeaderClassName
{
color: #880906;
}
.AnyTagClassName
{
color: #880906;
}
</style>
background-color css
<style>
a { background-color: #880906; }
a { background-color: rgb(136,9,6); }
div.DivClassName
{
background-color: #880906;
}
.BgClassName
{
background-color: #880906;
}
</style>
border-color css
<style>
span { border-color: #880906; }
span { border-color: rgb(136,9,6); }
td.TdClassName
{
border-color: #880906;
}
.TagClassName
{
border-color: #880906;
}
</style>