Shades of Dark Red #880500
Tints of Dark Red #880500
RGB
CMYK
RGB Variations
Color information
#880500 (or 0x880500) is known color: Dark Red. HEX triplet: 88, 05 and 00. RGB value is (136,5,0). Sum of RGB (Red+Green+Blue) = 136+5+0=141 (18% of max value = 765). Red value is 136 (53.52% from 255 or 96.45% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 136 - color contains mainly: red. Hex color #880500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880500 is #77FAFF. Grayscale: #2B2B2B. Windows color (decimal): -7863040 or 1416. OLE color: 1416.
HSL color Cylindrical-coordinate representation of color #880500: hue angle of 2.21º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880500 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.47 |
| HSL | 2.21º | 1% | 0.27% | - |
| HSV(B) | 2.21º | 1% | 0.53% | - |
| XYZ | 10.21 | 5.34 | 0.49 | - |
| YUV | 43.6 | 103.4 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 0 | 0 | 0.96 | 1 | 0.47 | 2.21 | 1 | 0.27 |
| Hex | 88 | 5 | 0 | 0 | 60 | 64 | 2F | 2 | 64 | 1B |
| Octal | 210 | 5 | 0 | 0 | 140 | 144 | 57 | 2 | 144 | 33 |
| Binary | 10001000 | 101 | 0 | 0 | 1100000 | 1100100 | 101111 | 10 | 1100100 | 11011 |
Color Harmonies of #880500
Complementary color
Monochromatic Colors of #880500
Black with #880500
Text Example
Text Example
White with #880500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880500; }
p { color: rgb(136,5,0); }
H1.HeaderClassName
{
color: #880500;
}
.AnyTagClassName
{
color: #880500;
}
</style>
background-color css
<style>
a { background-color: #880500; }
a { background-color: rgb(136,5,0); }
div.DivClassName
{
background-color: #880500;
}
.BgClassName
{
background-color: #880500;
}
</style>
border-color css
<style>
span { border-color: #880500; }
span { border-color: rgb(136,5,0); }
td.TdClassName
{
border-color: #880500;
}
.TagClassName
{
border-color: #880500;
}
</style>