Shades of Sangria #880C14
Tints of Sangria #880C14
RGB
CMYK
RGB Variations
Color information
#880C14 (or 0x880C14) is known color: Sangria. HEX triplet: 88, 0C and 14. RGB value is (136,12,20). Sum of RGB (Red+Green+Blue) = 136+12+20=168 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.95% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 136 - color contains mainly: red. Hex color #880C14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880C14 is #77F3EB. Grayscale: #323232. Windows color (decimal): -7861228 or 1313928. OLE color: 1313928.
HSL color Cylindrical-coordinate representation of color #880C14: hue angle of 356.13º 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 #880C14 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 20 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.47 |
| HSL | 356.13º | 0.84% | 0.29% | - |
| HSV(B) | 356.13º | 0.91% | 0.53% | - |
| XYZ | 10.41 | 5.55 | 1.18 | - |
| YUV | 49.99 | 111.08 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 20 | 0 | 0.91 | 0.85 | 0.47 | 356.13 | 0.84 | 0.29 |
| Hex | 88 | C | 14 | 0 | 5B | 55 | 2F | 164 | 54 | 1D |
| Octal | 210 | 14 | 24 | 0 | 133 | 125 | 57 | 544 | 124 | 35 |
| Binary | 10001000 | 1100 | 10100 | 0 | 1011011 | 1010101 | 101111 | 101100100 | 1010100 | 11101 |
Color Harmonies of #880C14
Complementary color
Monochromatic Colors of #880C14
Black with #880C14
Text Example
Text Example
White with #880C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C14; }
p { color: rgb(136,12,20); }
H1.HeaderClassName
{
color: #880C14;
}
.AnyTagClassName
{
color: #880C14;
}
</style>
background-color css
<style>
a { background-color: #880C14; }
a { background-color: rgb(136,12,20); }
div.DivClassName
{
background-color: #880C14;
}
.BgClassName
{
background-color: #880C14;
}
</style>
border-color css
<style>
span { border-color: #880C14; }
span { border-color: rgb(136,12,20); }
td.TdClassName
{
border-color: #880C14;
}
.TagClassName
{
border-color: #880C14;
}
</style>