Shades of Sangria #881214
Tints of Sangria #881214
RGB
CMYK
RGB Variations
Color information
#881214 (or 0x881214) is known color: Sangria. HEX triplet: 88, 12 and 14. RGB value is (136,18,20). Sum of RGB (Red+Green+Blue) = 136+18+20=174 (23% of max value = 765). Red value is 136 (53.52% from 255 or 78.16% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 136 - color contains mainly: red. Hex color #881214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881214 is #77EDEB. Grayscale: #353535. Windows color (decimal): -7859692 or 1315464. OLE color: 1315464.
HSL color Cylindrical-coordinate representation of color #881214: hue angle of 358.98º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881214 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 18 | 20 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.47 |
| HSL | 358.98º | 0.77% | 0.3% | - |
| HSV(B) | 358.98º | 0.87% | 0.53% | - |
| XYZ | 10.5 | 5.72 | 1.21 | - |
| YUV | 53.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 20 | 0 | 0.87 | 0.85 | 0.47 | 358.98 | 0.77 | 0.3 |
| Hex | 88 | 12 | 14 | 0 | 57 | 55 | 2F | 167 | 4D | 1E |
| Octal | 210 | 22 | 24 | 0 | 127 | 125 | 57 | 547 | 115 | 36 |
| Binary | 10001000 | 10010 | 10100 | 0 | 1010111 | 1010101 | 101111 | 101100111 | 1001101 | 11110 |
Color Harmonies of #881214
Complementary color
Monochromatic Colors of #881214
Black with #881214
Text Example
Text Example
White with #881214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881214; }
p { color: rgb(136,18,20); }
H1.HeaderClassName
{
color: #881214;
}
.AnyTagClassName
{
color: #881214;
}
</style>
background-color css
<style>
a { background-color: #881214; }
a { background-color: rgb(136,18,20); }
div.DivClassName
{
background-color: #881214;
}
.BgClassName
{
background-color: #881214;
}
</style>
border-color css
<style>
span { border-color: #881214; }
span { border-color: rgb(136,18,20); }
td.TdClassName
{
border-color: #881214;
}
.TagClassName
{
border-color: #881214;
}
</style>