Shades of Dark Red #880901
Tints of Dark Red #880901
RGB
CMYK
RGB Variations
Color information
#880901 (or 0x880901) is known color: Dark Red. HEX triplet: 88, 09 and 01. RGB value is (136,9,1). Sum of RGB (Red+Green+Blue) = 136+9+1=146 (19% of max value = 765). Red value is 136 (53.52% from 255 or 93.15% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 136 - color contains mainly: red. Hex color #880901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880901 is #77F6FE. Grayscale: #2E2E2E. Windows color (decimal): -7862015 or 67976. OLE color: 67976.
HSL color Cylindrical-coordinate representation of color #880901: hue angle of 3.56º 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 #880901 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 1 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.47 |
| HSL | 3.56º | 0.99% | 0.27% | - |
| HSV(B) | 3.56º | 0.99% | 0.53% | - |
| XYZ | 10.26 | 5.43 | 0.54 | - |
| YUV | 46.06 | 102.58 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 1 | 0 | 0.93 | 0.99 | 0.47 | 3.56 | 0.99 | 0.27 |
| Hex | 88 | 9 | 1 | 0 | 5D | 63 | 2F | 4 | 63 | 1B |
| Octal | 210 | 11 | 1 | 0 | 135 | 143 | 57 | 4 | 143 | 33 |
| Binary | 10001000 | 1001 | 1 | 0 | 1011101 | 1100011 | 101111 | 100 | 1100011 | 11011 |
Color Harmonies of #880901
Complementary color
Monochromatic Colors of #880901
Black with #880901
Text Example
Text Example
White with #880901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880901; }
p { color: rgb(136,9,1); }
H1.HeaderClassName
{
color: #880901;
}
.AnyTagClassName
{
color: #880901;
}
</style>
background-color css
<style>
a { background-color: #880901; }
a { background-color: rgb(136,9,1); }
div.DivClassName
{
background-color: #880901;
}
.BgClassName
{
background-color: #880901;
}
</style>
border-color css
<style>
span { border-color: #880901; }
span { border-color: rgb(136,9,1); }
td.TdClassName
{
border-color: #880901;
}
.TagClassName
{
border-color: #880901;
}
</style>