Shades of Dark Red #880501
Tints of Dark Red #880501
RGB
CMYK
RGB Variations
Color information
#880501 (or 0x880501) is known color: Dark Red. HEX triplet: 88, 05 and 01. RGB value is (136,5,1). Sum of RGB (Red+Green+Blue) = 136+5+1=142 (18% of max value = 765). Red value is 136 (53.52% from 255 or 95.77% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 136 - color contains mainly: red. Hex color #880501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880501 is #77FAFE. Grayscale: #2B2B2B. Windows color (decimal): -7863039 or 66952. OLE color: 66952.
HSL color Cylindrical-coordinate representation of color #880501: hue angle of 1.78º degrees, saturation: 0.99, 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 #880501 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 1 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.47 |
| HSL | 1.78º | 0.99% | 0.27% | - |
| HSV(B) | 1.78º | 0.99% | 0.53% | - |
| XYZ | 10.21 | 5.34 | 0.52 | - |
| YUV | 43.71 | 103.9 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 1 | 0 | 0.96 | 0.99 | 0.47 | 1.78 | 0.99 | 0.27 |
| Hex | 88 | 5 | 1 | 0 | 60 | 63 | 2F | 2 | 63 | 1B |
| Octal | 210 | 5 | 1 | 0 | 140 | 143 | 57 | 2 | 143 | 33 |
| Binary | 10001000 | 101 | 1 | 0 | 1100000 | 1100011 | 101111 | 10 | 1100011 | 11011 |
Color Harmonies of #880501
Complementary color
Monochromatic Colors of #880501
Black with #880501
Text Example
Text Example
White with #880501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880501; }
p { color: rgb(136,5,1); }
H1.HeaderClassName
{
color: #880501;
}
.AnyTagClassName
{
color: #880501;
}
</style>
background-color css
<style>
a { background-color: #880501; }
a { background-color: rgb(136,5,1); }
div.DivClassName
{
background-color: #880501;
}
.BgClassName
{
background-color: #880501;
}
</style>
border-color css
<style>
span { border-color: #880501; }
span { border-color: rgb(136,5,1); }
td.TdClassName
{
border-color: #880501;
}
.TagClassName
{
border-color: #880501;
}
</style>