Shades of Dark Red #880502
Tints of Dark Red #880502
RGB
CMYK
RGB Variations
Color information
#880502 (or 0x880502) is known color: Dark Red. HEX triplet: 88, 05 and 02. RGB value is (136,5,2). Sum of RGB (Red+Green+Blue) = 136+5+2=143 (18% of max value = 765). Red value is 136 (53.52% from 255 or 95.10% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 136 - color contains mainly: red. Hex color #880502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880502 is #77FAFD. Grayscale: #2B2B2B. Windows color (decimal): -7863038 or 132488. OLE color: 132488.
HSL color Cylindrical-coordinate representation of color #880502: hue angle of 1.34º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880502 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.47 |
| HSL | 1.34º | 0.97% | 0.27% | - |
| HSV(B) | 1.34º | 0.99% | 0.53% | - |
| XYZ | 10.22 | 5.35 | 0.55 | - |
| YUV | 43.83 | 104.4 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 2 | 0 | 0.96 | 0.99 | 0.47 | 1.34 | 0.97 | 0.27 |
| Hex | 88 | 5 | 2 | 0 | 60 | 63 | 2F | 1 | 61 | 1B |
| Octal | 210 | 5 | 2 | 0 | 140 | 143 | 57 | 1 | 141 | 33 |
| Binary | 10001000 | 101 | 10 | 0 | 1100000 | 1100011 | 101111 | 1 | 1100001 | 11011 |
Color Harmonies of #880502
Complementary color
Monochromatic Colors of #880502
Black with #880502
Text Example
Text Example
White with #880502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880502; }
p { color: rgb(136,5,2); }
H1.HeaderClassName
{
color: #880502;
}
.AnyTagClassName
{
color: #880502;
}
</style>
background-color css
<style>
a { background-color: #880502; }
a { background-color: rgb(136,5,2); }
div.DivClassName
{
background-color: #880502;
}
.BgClassName
{
background-color: #880502;
}
</style>
border-color css
<style>
span { border-color: #880502; }
span { border-color: rgb(136,5,2); }
td.TdClassName
{
border-color: #880502;
}
.TagClassName
{
border-color: #880502;
}
</style>