Shades of Sangria #880812
Tints of Sangria #880812
RGB
CMYK
RGB Variations
Color information
#880812 (or 0x880812) is known color: Sangria. HEX triplet: 88, 08 and 12. RGB value is (136,8,18). Sum of RGB (Red+Green+Blue) = 136+8+18=162 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.95% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 136 - color contains mainly: red. Hex color #880812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880812 is #77F7ED. Grayscale: #2F2F2F. Windows color (decimal): -7862254 or 1181832. OLE color: 1181832.
HSL color Cylindrical-coordinate representation of color #880812: hue angle of 355.31º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880812 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 18 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.47 |
| HSL | 355.31º | 0.89% | 0.28% | - |
| HSV(B) | 355.31º | 0.94% | 0.53% | - |
| XYZ | 10.35 | 5.45 | 1.08 | - |
| YUV | 47.41 | 111.41 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 18 | 0 | 0.94 | 0.87 | 0.47 | 355.31 | 0.89 | 0.28 |
| Hex | 88 | 8 | 12 | 0 | 5E | 57 | 2F | 163 | 59 | 1C |
| Octal | 210 | 10 | 22 | 0 | 136 | 127 | 57 | 543 | 131 | 34 |
| Binary | 10001000 | 1000 | 10010 | 0 | 1011110 | 1010111 | 101111 | 101100011 | 1011001 | 11100 |
Color Harmonies of #880812
Complementary color
Monochromatic Colors of #880812
Black with #880812
Text Example
Text Example
White with #880812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880812; }
p { color: rgb(136,8,18); }
H1.HeaderClassName
{
color: #880812;
}
.AnyTagClassName
{
color: #880812;
}
</style>
background-color css
<style>
a { background-color: #880812; }
a { background-color: rgb(136,8,18); }
div.DivClassName
{
background-color: #880812;
}
.BgClassName
{
background-color: #880812;
}
</style>
border-color css
<style>
span { border-color: #880812; }
span { border-color: rgb(136,8,18); }
td.TdClassName
{
border-color: #880812;
}
.TagClassName
{
border-color: #880812;
}
</style>