Shades of Sangria #880E12
Tints of Sangria #880E12
RGB
CMYK
RGB Variations
Color information
#880E12 (or 0x880E12) is known color: Sangria. HEX triplet: 88, 0E and 12. RGB value is (136,14,18). Sum of RGB (Red+Green+Blue) = 136+14+18=168 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.95% from 168); Green value is 14 (5.86% from 255 or 8.33% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 136 - color contains mainly: red. Hex color #880E12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880E12 is #77F1ED. Grayscale: #333333. Windows color (decimal): -7860718 or 1183368. OLE color: 1183368.
HSL color Cylindrical-coordinate representation of color #880E12: hue angle of 358.03º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880E12 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 14 | 18 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.47 |
| HSL | 358.03º | 0.81% | 0.29% | - |
| HSV(B) | 358.03º | 0.9% | 0.53% | - |
| XYZ | 10.42 | 5.59 | 1.1 | - |
| YUV | 50.93 | 109.42 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 18 | 0 | 0.90 | 0.87 | 0.47 | 358.03 | 0.81 | 0.29 |
| Hex | 88 | E | 12 | 0 | 5A | 57 | 2F | 166 | 51 | 1D |
| Octal | 210 | 16 | 22 | 0 | 132 | 127 | 57 | 546 | 121 | 35 |
| Binary | 10001000 | 1110 | 10010 | 0 | 1011010 | 1010111 | 101111 | 101100110 | 1010001 | 11101 |
Color Harmonies of #880E12
Complementary color
Monochromatic Colors of #880E12
Black with #880E12
Text Example
Text Example
White with #880E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880E12; }
p { color: rgb(136,14,18); }
H1.HeaderClassName
{
color: #880E12;
}
.AnyTagClassName
{
color: #880E12;
}
</style>
background-color css
<style>
a { background-color: #880E12; }
a { background-color: rgb(136,14,18); }
div.DivClassName
{
background-color: #880E12;
}
.BgClassName
{
background-color: #880E12;
}
</style>
border-color css
<style>
span { border-color: #880E12; }
span { border-color: rgb(136,14,18); }
td.TdClassName
{
border-color: #880E12;
}
.TagClassName
{
border-color: #880E12;
}
</style>