Shades of Dark Red #880F05
Tints of Dark Red #880F05
RGB
CMYK
RGB Variations
Color information
#880F05 (or 0x880F05) is known color: Dark Red. HEX triplet: 88, 0F and 05. RGB value is (136,15,5). Sum of RGB (Red+Green+Blue) = 136+15+5=156 (20% of max value = 765). Red value is 136 (53.52% from 255 or 87.18% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 136 - color contains mainly: red. Hex color #880F05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880F05 is #77F0FA. Grayscale: #323232. Windows color (decimal): -7860475 or 331656. OLE color: 331656.
HSL color Cylindrical-coordinate representation of color #880F05: hue angle of 4.58º degrees, saturation: 0.93, 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 #880F05 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 15 | 5 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.47 |
| HSL | 4.58º | 0.93% | 0.28% | - |
| HSV(B) | 4.58º | 0.96% | 0.53% | - |
| XYZ | 10.35 | 5.59 | 0.68 | - |
| YUV | 50.04 | 102.59 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 5 | 0 | 0.89 | 0.96 | 0.47 | 4.58 | 0.93 | 0.28 |
| Hex | 88 | F | 5 | 0 | 59 | 60 | 2F | 5 | 5D | 1C |
| Octal | 210 | 17 | 5 | 0 | 131 | 140 | 57 | 5 | 135 | 34 |
| Binary | 10001000 | 1111 | 101 | 0 | 1011001 | 1100000 | 101111 | 101 | 1011101 | 11100 |
Color Harmonies of #880F05
Complementary color
Monochromatic Colors of #880F05
Black with #880F05
Text Example
Text Example
White with #880F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880F05; }
p { color: rgb(136,15,5); }
H1.HeaderClassName
{
color: #880F05;
}
.AnyTagClassName
{
color: #880F05;
}
</style>
background-color css
<style>
a { background-color: #880F05; }
a { background-color: rgb(136,15,5); }
div.DivClassName
{
background-color: #880F05;
}
.BgClassName
{
background-color: #880F05;
}
</style>
border-color css
<style>
span { border-color: #880F05; }
span { border-color: rgb(136,15,5); }
td.TdClassName
{
border-color: #880F05;
}
.TagClassName
{
border-color: #880F05;
}
</style>