Shades of Sangria #880913
Tints of Sangria #880913
RGB
CMYK
RGB Variations
Color information
#880913 (or 0x880913) is known color: Sangria. HEX triplet: 88, 09 and 13. RGB value is (136,9,19). Sum of RGB (Red+Green+Blue) = 136+9+19=164 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.93% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 136 - color contains mainly: red. Hex color #880913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880913 is #77F6EC. Grayscale: #303030. Windows color (decimal): -7861997 or 1247624. OLE color: 1247624.
HSL color Cylindrical-coordinate representation of color #880913: hue angle of 355.28º 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 #880913 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 19 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.47 |
| HSL | 355.28º | 0.88% | 0.28% | - |
| HSV(B) | 355.28º | 0.93% | 0.53% | - |
| XYZ | 10.37 | 5.48 | 1.13 | - |
| YUV | 48.11 | 111.58 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 19 | 0 | 0.93 | 0.86 | 0.47 | 355.28 | 0.88 | 0.28 |
| Hex | 88 | 9 | 13 | 0 | 5D | 56 | 2F | 163 | 58 | 1C |
| Octal | 210 | 11 | 23 | 0 | 135 | 126 | 57 | 543 | 130 | 34 |
| Binary | 10001000 | 1001 | 10011 | 0 | 1011101 | 1010110 | 101111 | 101100011 | 1011000 | 11100 |
Color Harmonies of #880913
Complementary color
Monochromatic Colors of #880913
Black with #880913
Text Example
Text Example
White with #880913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880913; }
p { color: rgb(136,9,19); }
H1.HeaderClassName
{
color: #880913;
}
.AnyTagClassName
{
color: #880913;
}
</style>
background-color css
<style>
a { background-color: #880913; }
a { background-color: rgb(136,9,19); }
div.DivClassName
{
background-color: #880913;
}
.BgClassName
{
background-color: #880913;
}
</style>
border-color css
<style>
span { border-color: #880913; }
span { border-color: rgb(136,9,19); }
td.TdClassName
{
border-color: #880913;
}
.TagClassName
{
border-color: #880913;
}
</style>