Shades of Dark Red #880701
Tints of Dark Red #880701
RGB
CMYK
RGB Variations
Color information
#880701 (or 0x880701) is known color: Dark Red. HEX triplet: 88, 07 and 01. RGB value is (136,7,1). Sum of RGB (Red+Green+Blue) = 136+7+1=144 (19% of max value = 765). Red value is 136 (53.52% from 255 or 94.44% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 136 - color contains mainly: red. Hex color #880701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880701 is #77F8FE. Grayscale: #2D2D2D. Windows color (decimal): -7862527 or 67464. OLE color: 67464.
HSL color Cylindrical-coordinate representation of color #880701: hue angle of 2.67º 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 #880701 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 1 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.47 |
| HSL | 2.67º | 0.99% | 0.27% | - |
| HSV(B) | 2.67º | 0.99% | 0.53% | - |
| XYZ | 10.23 | 5.39 | 0.53 | - |
| YUV | 44.89 | 103.24 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 1 | 0 | 0.95 | 0.99 | 0.47 | 2.67 | 0.99 | 0.27 |
| Hex | 88 | 7 | 1 | 0 | 5F | 63 | 2F | 3 | 63 | 1B |
| Octal | 210 | 7 | 1 | 0 | 137 | 143 | 57 | 3 | 143 | 33 |
| Binary | 10001000 | 111 | 1 | 0 | 1011111 | 1100011 | 101111 | 11 | 1100011 | 11011 |
Color Harmonies of #880701
Complementary color
Monochromatic Colors of #880701
Black with #880701
Text Example
Text Example
White with #880701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880701; }
p { color: rgb(136,7,1); }
H1.HeaderClassName
{
color: #880701;
}
.AnyTagClassName
{
color: #880701;
}
</style>
background-color css
<style>
a { background-color: #880701; }
a { background-color: rgb(136,7,1); }
div.DivClassName
{
background-color: #880701;
}
.BgClassName
{
background-color: #880701;
}
</style>
border-color css
<style>
span { border-color: #880701; }
span { border-color: rgb(136,7,1); }
td.TdClassName
{
border-color: #880701;
}
.TagClassName
{
border-color: #880701;
}
</style>