Shades of Dark Red #880100
Tints of Dark Red #880100
RGB
CMYK
RGB Variations
Color information
#880100 (or 0x880100) is known color: Dark Red. HEX triplet: 88, 01 and 00. RGB value is (136,1,0). Sum of RGB (Red+Green+Blue) = 136+1+0=137 (18% of max value = 765). Red value is 136 (53.52% from 255 or 99.27% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 136 - color contains mainly: red. Hex color #880100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880100 is #77FEFF. Grayscale: #292929. Windows color (decimal): -7864064 or 392. OLE color: 392.
HSL color Cylindrical-coordinate representation of color #880100: hue angle of 0.44º 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 #880100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.47 |
| HSL | 0.44º | 1% | 0.27% | - |
| HSV(B) | 0.44º | 1% | 0.53% | - |
| XYZ | 10.16 | 5.26 | 0.48 | - |
| YUV | 41.25 | 104.73 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 0 | 0 | 0.99 | 1 | 0.47 | 0.44 | 1 | 0.27 |
| Hex | 88 | 1 | 0 | 0 | 63 | 64 | 2F | 0 | 64 | 1B |
| Octal | 210 | 1 | 0 | 0 | 143 | 144 | 57 | 0 | 144 | 33 |
| Binary | 10001000 | 1 | 0 | 0 | 1100011 | 1100100 | 101111 | 0 | 1100100 | 11011 |
Color Harmonies of #880100
Complementary color
Monochromatic Colors of #880100
Black with #880100
Text Example
Text Example
White with #880100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880100; }
p { color: rgb(136,1,0); }
H1.HeaderClassName
{
color: #880100;
}
.AnyTagClassName
{
color: #880100;
}
</style>
background-color css
<style>
a { background-color: #880100; }
a { background-color: rgb(136,1,0); }
div.DivClassName
{
background-color: #880100;
}
.BgClassName
{
background-color: #880100;
}
</style>
border-color css
<style>
span { border-color: #880100; }
span { border-color: rgb(136,1,0); }
td.TdClassName
{
border-color: #880100;
}
.TagClassName
{
border-color: #880100;
}
</style>