Shades of Sangria #880914
Tints of Sangria #880914
RGB
CMYK
RGB Variations
Color information
#880914 (or 0x880914) is known color: Sangria. HEX triplet: 88, 09 and 14. RGB value is (136,9,20). Sum of RGB (Red+Green+Blue) = 136+9+20=165 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.42% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 136 - color contains mainly: red. Hex color #880914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880914 is #77F6EB. Grayscale: #303030. Windows color (decimal): -7861996 or 1313160. OLE color: 1313160.
HSL color Cylindrical-coordinate representation of color #880914: hue angle of 354.8º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880914 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 20 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.47 |
| HSL | 354.8º | 0.88% | 0.28% | - |
| HSV(B) | 354.8º | 0.93% | 0.53% | - |
| XYZ | 10.38 | 5.48 | 1.17 | - |
| YUV | 48.23 | 112.08 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 20 | 0 | 0.93 | 0.85 | 0.47 | 354.8 | 0.88 | 0.28 |
| Hex | 88 | 9 | 14 | 0 | 5D | 55 | 2F | 163 | 58 | 1C |
| Octal | 210 | 11 | 24 | 0 | 135 | 125 | 57 | 543 | 130 | 34 |
| Binary | 10001000 | 1001 | 10100 | 0 | 1011101 | 1010101 | 101111 | 101100011 | 1011000 | 11100 |
Color Harmonies of #880914
Complementary color
Monochromatic Colors of #880914
Black with #880914
Text Example
Text Example
White with #880914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880914; }
p { color: rgb(136,9,20); }
H1.HeaderClassName
{
color: #880914;
}
.AnyTagClassName
{
color: #880914;
}
</style>
background-color css
<style>
a { background-color: #880914; }
a { background-color: rgb(136,9,20); }
div.DivClassName
{
background-color: #880914;
}
.BgClassName
{
background-color: #880914;
}
</style>
border-color css
<style>
span { border-color: #880914; }
span { border-color: rgb(136,9,20); }
td.TdClassName
{
border-color: #880914;
}
.TagClassName
{
border-color: #880914;
}
</style>