Shades of Sangria #881314
Tints of Sangria #881314
RGB
CMYK
RGB Variations
Color information
#881314 (or 0x881314) is known color: Sangria. HEX triplet: 88, 13 and 14. RGB value is (136,19,20). Sum of RGB (Red+Green+Blue) = 136+19+20=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #881314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881314 is #77ECEB. Grayscale: #363636. Windows color (decimal): -7859436 or 1315720. OLE color: 1315720.
HSL color Cylindrical-coordinate representation of color #881314: hue angle of 359.49º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881314 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 19 | 20 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.47 |
| HSL | 359.49º | 0.75% | 0.3% | - |
| HSV(B) | 359.49º | 0.86% | 0.53% | - |
| XYZ | 10.51 | 5.75 | 1.22 | - |
| YUV | 54.1 | 108.76 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 20 | 0 | 0.86 | 0.85 | 0.47 | 359.49 | 0.75 | 0.3 |
| Hex | 88 | 13 | 14 | 0 | 56 | 55 | 2F | 167 | 4B | 1E |
| Octal | 210 | 23 | 24 | 0 | 126 | 125 | 57 | 547 | 113 | 36 |
| Binary | 10001000 | 10011 | 10100 | 0 | 1010110 | 1010101 | 101111 | 101100111 | 1001011 | 11110 |
Color Harmonies of #881314
Complementary color
Monochromatic Colors of #881314
Black with #881314
Text Example
Text Example
White with #881314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881314; }
p { color: rgb(136,19,20); }
H1.HeaderClassName
{
color: #881314;
}
.AnyTagClassName
{
color: #881314;
}
</style>
background-color css
<style>
a { background-color: #881314; }
a { background-color: rgb(136,19,20); }
div.DivClassName
{
background-color: #881314;
}
.BgClassName
{
background-color: #881314;
}
</style>
border-color css
<style>
span { border-color: #881314; }
span { border-color: rgb(136,19,20); }
td.TdClassName
{
border-color: #881314;
}
.TagClassName
{
border-color: #881314;
}
</style>