Shades of Sangria #880D13
Tints of Sangria #880D13
RGB
CMYK
RGB Variations
Color information
#880D13 (or 0x880D13) is known color: Sangria. HEX triplet: 88, 0D and 13. RGB value is (136,13,19). Sum of RGB (Red+Green+Blue) = 136+13+19=168 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.95% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 136 - color contains mainly: red. Hex color #880D13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880D13 is #77F2EC. Grayscale: #323232. Windows color (decimal): -7860973 or 1248648. OLE color: 1248648.
HSL color Cylindrical-coordinate representation of color #880D13: hue angle of 357.07º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880D13 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 13 | 19 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.47 |
| HSL | 357.07º | 0.83% | 0.29% | - |
| HSV(B) | 357.07º | 0.9% | 0.53% | - |
| XYZ | 10.41 | 5.57 | 1.14 | - |
| YUV | 50.46 | 110.25 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 19 | 0 | 0.90 | 0.86 | 0.47 | 357.07 | 0.83 | 0.29 |
| Hex | 88 | D | 13 | 0 | 5A | 56 | 2F | 165 | 53 | 1D |
| Octal | 210 | 15 | 23 | 0 | 132 | 126 | 57 | 545 | 123 | 35 |
| Binary | 10001000 | 1101 | 10011 | 0 | 1011010 | 1010110 | 101111 | 101100101 | 1010011 | 11101 |
Color Harmonies of #880D13
Complementary color
Monochromatic Colors of #880D13
Black with #880D13
Text Example
Text Example
White with #880D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880D13; }
p { color: rgb(136,13,19); }
H1.HeaderClassName
{
color: #880D13;
}
.AnyTagClassName
{
color: #880D13;
}
</style>
background-color css
<style>
a { background-color: #880D13; }
a { background-color: rgb(136,13,19); }
div.DivClassName
{
background-color: #880D13;
}
.BgClassName
{
background-color: #880D13;
}
</style>
border-color css
<style>
span { border-color: #880D13; }
span { border-color: rgb(136,13,19); }
td.TdClassName
{
border-color: #880D13;
}
.TagClassName
{
border-color: #880D13;
}
</style>