Shades of Dark Red #880505
Tints of Dark Red #880505
RGB
CMYK
RGB Variations
Color information
#880505 (or 0x880505) is known color: Dark Red. HEX triplet: 88, 05 and 05. RGB value is (136,5,5). Sum of RGB (Red+Green+Blue) = 136+5+5=146 (19% of max value = 765). Red value is 136 (53.52% from 255 or 93.15% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 136 - color contains mainly: red. Hex color #880505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880505 is #77FAFA. Grayscale: #2C2C2C. Windows color (decimal): -7863035 or 329096. OLE color: 329096.
HSL color Cylindrical-coordinate representation of color #880505: hue angle of 0º 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 #880505 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 5 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.47 |
| HSL | 0º | 0.93% | 0.28% | - |
| HSV(B) | 0º | 0.96% | 0.53% | - |
| XYZ | 10.24 | 5.35 | 0.64 | - |
| YUV | 44.17 | 105.9 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 5 | 0 | 0.96 | 0.96 | 0.47 | 0 | 0.93 | 0.28 |
| Hex | 88 | 5 | 5 | 0 | 60 | 60 | 2F | 0 | 5D | 1C |
| Octal | 210 | 5 | 5 | 0 | 140 | 140 | 57 | 0 | 135 | 34 |
| Binary | 10001000 | 101 | 101 | 0 | 1100000 | 1100000 | 101111 | 0 | 1011101 | 11100 |
Color Harmonies of #880505
Complementary color
Monochromatic Colors of #880505
Black with #880505
Text Example
Text Example
White with #880505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880505; }
p { color: rgb(136,5,5); }
H1.HeaderClassName
{
color: #880505;
}
.AnyTagClassName
{
color: #880505;
}
</style>
background-color css
<style>
a { background-color: #880505; }
a { background-color: rgb(136,5,5); }
div.DivClassName
{
background-color: #880505;
}
.BgClassName
{
background-color: #880505;
}
</style>
border-color css
<style>
span { border-color: #880505; }
span { border-color: rgb(136,5,5); }
td.TdClassName
{
border-color: #880505;
}
.TagClassName
{
border-color: #880505;
}
</style>