Shades of Dark Red #880A07
Tints of Dark Red #880A07
RGB
CMYK
RGB Variations
Color information
#880A07 (or 0x880A07) is known color: Dark Red. HEX triplet: 88, 0A and 07. RGB value is (136,10,7). Sum of RGB (Red+Green+Blue) = 136+10+7=153 (20% of max value = 765). Red value is 136 (53.52% from 255 or 88.89% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 136 - color contains mainly: red. Hex color #880A07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880A07 is #77F5F8. Grayscale: #2F2F2F. Windows color (decimal): -7861753 or 461448. OLE color: 461448.
HSL color Cylindrical-coordinate representation of color #880A07: hue angle of 1.4º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880A07 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 7 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.47 |
| HSL | 1.4º | 0.9% | 0.28% | - |
| HSV(B) | 1.4º | 0.95% | 0.53% | - |
| XYZ | 10.3 | 5.47 | 0.71 | - |
| YUV | 47.33 | 105.24 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 7 | 0 | 0.93 | 0.95 | 0.47 | 1.4 | 0.9 | 0.28 |
| Hex | 88 | A | 7 | 0 | 5D | 5F | 2F | 1 | 5A | 1C |
| Octal | 210 | 12 | 7 | 0 | 135 | 137 | 57 | 1 | 132 | 34 |
| Binary | 10001000 | 1010 | 111 | 0 | 1011101 | 1011111 | 101111 | 1 | 1011010 | 11100 |
Color Harmonies of #880A07
Complementary color
Monochromatic Colors of #880A07
Black with #880A07
Text Example
Text Example
White with #880A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A07; }
p { color: rgb(136,10,7); }
H1.HeaderClassName
{
color: #880A07;
}
.AnyTagClassName
{
color: #880A07;
}
</style>
background-color css
<style>
a { background-color: #880A07; }
a { background-color: rgb(136,10,7); }
div.DivClassName
{
background-color: #880A07;
}
.BgClassName
{
background-color: #880A07;
}
</style>
border-color css
<style>
span { border-color: #880A07; }
span { border-color: rgb(136,10,7); }
td.TdClassName
{
border-color: #880A07;
}
.TagClassName
{
border-color: #880A07;
}
</style>