Shades of Dark Red #880B09
Tints of Dark Red #880B09
RGB
CMYK
RGB Variations
Color information
#880B09 (or 0x880B09) is known color: Dark Red. HEX triplet: 88, 0B and 09. RGB value is (136,11,9). Sum of RGB (Red+Green+Blue) = 136+11+9=156 (20% of max value = 765). Red value is 136 (53.52% from 255 or 87.18% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 136 - color contains mainly: red. Hex color #880B09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880B09 is #77F4F6. Grayscale: #303030. Windows color (decimal): -7861495 or 592776. OLE color: 592776.
HSL color Cylindrical-coordinate representation of color #880B09: hue angle of 0.94º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880B09 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 11 | 9 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.47 |
| HSL | 0.94º | 0.88% | 0.28% | - |
| HSV(B) | 0.94º | 0.93% | 0.53% | - |
| XYZ | 10.32 | 5.49 | 0.77 | - |
| YUV | 48.15 | 105.91 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 9 | 0 | 0.92 | 0.93 | 0.47 | 0.94 | 0.88 | 0.28 |
| Hex | 88 | B | 9 | 0 | 5C | 5D | 2F | 1 | 58 | 1C |
| Octal | 210 | 13 | 11 | 0 | 134 | 135 | 57 | 1 | 130 | 34 |
| Binary | 10001000 | 1011 | 1001 | 0 | 1011100 | 1011101 | 101111 | 1 | 1011000 | 11100 |
Color Harmonies of #880B09
Complementary color
Monochromatic Colors of #880B09
Black with #880B09
Text Example
Text Example
White with #880B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880B09; }
p { color: rgb(136,11,9); }
H1.HeaderClassName
{
color: #880B09;
}
.AnyTagClassName
{
color: #880B09;
}
</style>
background-color css
<style>
a { background-color: #880B09; }
a { background-color: rgb(136,11,9); }
div.DivClassName
{
background-color: #880B09;
}
.BgClassName
{
background-color: #880B09;
}
</style>
border-color css
<style>
span { border-color: #880B09; }
span { border-color: rgb(136,11,9); }
td.TdClassName
{
border-color: #880B09;
}
.TagClassName
{
border-color: #880B09;
}
</style>