Shades of Dark Red #880F08
Tints of Dark Red #880F08
RGB
CMYK
RGB Variations
Color information
#880F08 (or 0x880F08) is known color: Dark Red. HEX triplet: 88, 0F and 08. RGB value is (136,15,8). Sum of RGB (Red+Green+Blue) = 136+15+8=159 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85.53% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 136 - color contains mainly: red. Hex color #880F08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880F08 is #77F0F7. Grayscale: #323232. Windows color (decimal): -7860472 or 528264. OLE color: 528264.
HSL color Cylindrical-coordinate representation of color #880F08: hue angle of 3.28º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880F08 is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 15 | 8 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.47 |
| HSL | 3.28º | 0.89% | 0.28% | - |
| HSV(B) | 3.28º | 0.94% | 0.53% | - |
| XYZ | 10.37 | 5.59 | 0.76 | - |
| YUV | 50.38 | 104.09 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 8 | 0 | 0.89 | 0.94 | 0.47 | 3.28 | 0.89 | 0.28 |
| Hex | 88 | F | 8 | 0 | 59 | 5E | 2F | 3 | 59 | 1C |
| Octal | 210 | 17 | 10 | 0 | 131 | 136 | 57 | 3 | 131 | 34 |
| Binary | 10001000 | 1111 | 1000 | 0 | 1011001 | 1011110 | 101111 | 11 | 1011001 | 11100 |
Color Harmonies of #880F08
Complementary color
Monochromatic Colors of #880F08
Black with #880F08
Text Example
Text Example
White with #880F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880F08; }
p { color: rgb(136,15,8); }
H1.HeaderClassName
{
color: #880F08;
}
.AnyTagClassName
{
color: #880F08;
}
</style>
background-color css
<style>
a { background-color: #880F08; }
a { background-color: rgb(136,15,8); }
div.DivClassName
{
background-color: #880F08;
}
.BgClassName
{
background-color: #880F08;
}
</style>
border-color css
<style>
span { border-color: #880F08; }
span { border-color: rgb(136,15,8); }
td.TdClassName
{
border-color: #880F08;
}
.TagClassName
{
border-color: #880F08;
}
</style>