Shades of Sangria #880A15
Tints of Sangria #880A15
RGB
CMYK
RGB Variations
Color information
#880A15 (or 0x880A15) is known color: Sangria. HEX triplet: 88, 0A and 15. RGB value is (136,10,21). Sum of RGB (Red+Green+Blue) = 136+10+21=167 (22% of max value = 765). Red value is 136 (53.52% from 255 or 81.44% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 136 - color contains mainly: red. Hex color #880A15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880A15 is #77F5EA. Grayscale: #313131. Windows color (decimal): -7861739 or 1378952. OLE color: 1378952.
HSL color Cylindrical-coordinate representation of color #880A15: hue angle of 354.76º 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 #880A15 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 21 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.47 |
| HSL | 354.76º | 0.86% | 0.29% | - |
| HSV(B) | 354.76º | 0.93% | 0.53% | - |
| XYZ | 10.4 | 5.51 | 1.22 | - |
| YUV | 48.93 | 112.24 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 21 | 0 | 0.93 | 0.85 | 0.47 | 354.76 | 0.86 | 0.29 |
| Hex | 88 | A | 15 | 0 | 5D | 55 | 2F | 163 | 56 | 1D |
| Octal | 210 | 12 | 25 | 0 | 135 | 125 | 57 | 543 | 126 | 35 |
| Binary | 10001000 | 1010 | 10101 | 0 | 1011101 | 1010101 | 101111 | 101100011 | 1010110 | 11101 |
Color Harmonies of #880A15
Complementary color
Monochromatic Colors of #880A15
Black with #880A15
Text Example
Text Example
White with #880A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A15; }
p { color: rgb(136,10,21); }
H1.HeaderClassName
{
color: #880A15;
}
.AnyTagClassName
{
color: #880A15;
}
</style>
background-color css
<style>
a { background-color: #880A15; }
a { background-color: rgb(136,10,21); }
div.DivClassName
{
background-color: #880A15;
}
.BgClassName
{
background-color: #880A15;
}
</style>
border-color css
<style>
span { border-color: #880A15; }
span { border-color: rgb(136,10,21); }
td.TdClassName
{
border-color: #880A15;
}
.TagClassName
{
border-color: #880A15;
}
</style>