Shades of Sangria #880C0E
Tints of Sangria #880C0E
RGB
CMYK
RGB Variations
Color information
#880C0E (or 0x880C0E) is known color: Sangria. HEX triplet: 88, 0C and 0E. RGB value is (136,12,14). Sum of RGB (Red+Green+Blue) = 136+12+14=162 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.95% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 136 - color contains mainly: red. Hex color #880C0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880C0E is #77F3F1. Grayscale: #313131. Windows color (decimal): -7861234 or 920712. OLE color: 920712.
HSL color Cylindrical-coordinate representation of color #880C0E: hue angle of 359.03º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C0E is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 14 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.47 |
| HSL | 359.03º | 0.84% | 0.29% | - |
| HSV(B) | 359.03º | 0.91% | 0.53% | - |
| XYZ | 10.36 | 5.53 | 0.94 | - |
| YUV | 49.3 | 108.08 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 14 | 0 | 0.91 | 0.90 | 0.47 | 359.03 | 0.84 | 0.29 |
| Hex | 88 | C | E | 0 | 5B | 5A | 2F | 167 | 54 | 1D |
| Octal | 210 | 14 | 16 | 0 | 133 | 132 | 57 | 547 | 124 | 35 |
| Binary | 10001000 | 1100 | 1110 | 0 | 1011011 | 1011010 | 101111 | 101100111 | 1010100 | 11101 |
Color Harmonies of #880C0E
Complementary color
Monochromatic Colors of #880C0E
Black with #880C0E
Text Example
Text Example
White with #880C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C0E; }
p { color: rgb(136,12,14); }
H1.HeaderClassName
{
color: #880C0E;
}
.AnyTagClassName
{
color: #880C0E;
}
</style>
background-color css
<style>
a { background-color: #880C0E; }
a { background-color: rgb(136,12,14); }
div.DivClassName
{
background-color: #880C0E;
}
.BgClassName
{
background-color: #880C0E;
}
</style>
border-color css
<style>
span { border-color: #880C0E; }
span { border-color: rgb(136,12,14); }
td.TdClassName
{
border-color: #880C0E;
}
.TagClassName
{
border-color: #880C0E;
}
</style>