Shades of Sangria #880A12
Tints of Sangria #880A12
RGB
CMYK
RGB Variations
Color information
#880A12 (or 0x880A12) is known color: Sangria. HEX triplet: 88, 0A and 12. RGB value is (136,10,18). Sum of RGB (Red+Green+Blue) = 136+10+18=164 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.93% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 136 - color contains mainly: red. Hex color #880A12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880A12 is #77F5ED. Grayscale: #303030. Windows color (decimal): -7861742 or 1182344. OLE color: 1182344.
HSL color Cylindrical-coordinate representation of color #880A12: hue angle of 356.19º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A12 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 18 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.47 |
| HSL | 356.19º | 0.86% | 0.29% | - |
| HSV(B) | 356.19º | 0.93% | 0.53% | - |
| XYZ | 10.37 | 5.49 | 1.09 | - |
| YUV | 48.59 | 110.74 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 18 | 0 | 0.93 | 0.87 | 0.47 | 356.19 | 0.86 | 0.29 |
| Hex | 88 | A | 12 | 0 | 5D | 57 | 2F | 164 | 56 | 1D |
| Octal | 210 | 12 | 22 | 0 | 135 | 127 | 57 | 544 | 126 | 35 |
| Binary | 10001000 | 1010 | 10010 | 0 | 1011101 | 1010111 | 101111 | 101100100 | 1010110 | 11101 |
Color Harmonies of #880A12
Complementary color
Monochromatic Colors of #880A12
Black with #880A12
Text Example
Text Example
White with #880A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A12; }
p { color: rgb(136,10,18); }
H1.HeaderClassName
{
color: #880A12;
}
.AnyTagClassName
{
color: #880A12;
}
</style>
background-color css
<style>
a { background-color: #880A12; }
a { background-color: rgb(136,10,18); }
div.DivClassName
{
background-color: #880A12;
}
.BgClassName
{
background-color: #880A12;
}
</style>
border-color css
<style>
span { border-color: #880A12; }
span { border-color: rgb(136,10,18); }
td.TdClassName
{
border-color: #880A12;
}
.TagClassName
{
border-color: #880A12;
}
</style>