Shades of Sangria #880413
Tints of Sangria #880413
RGB
CMYK
RGB Variations
Color information
#880413 (or 0x880413) is known color: Sangria. HEX triplet: 88, 04 and 13. RGB value is (136,4,19). Sum of RGB (Red+Green+Blue) = 136+4+19=159 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85.53% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 136 - color contains mainly: red. Hex color #880413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880413 is #77FBEC. Grayscale: #2D2D2D. Windows color (decimal): -7863277 or 1246344. OLE color: 1246344.
HSL color Cylindrical-coordinate representation of color #880413: hue angle of 353.18º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880413 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 4 | 19 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.47 |
| HSL | 353.18º | 0.94% | 0.27% | - |
| HSV(B) | 353.18º | 0.97% | 0.53% | - |
| XYZ | 10.31 | 5.37 | 1.11 | - |
| YUV | 45.18 | 113.23 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 4 | 19 | 0 | 0.97 | 0.86 | 0.47 | 353.18 | 0.94 | 0.27 |
| Hex | 88 | 4 | 13 | 0 | 61 | 56 | 2F | 161 | 5E | 1B |
| Octal | 210 | 4 | 23 | 0 | 141 | 126 | 57 | 541 | 136 | 33 |
| Binary | 10001000 | 100 | 10011 | 0 | 1100001 | 1010110 | 101111 | 101100001 | 1011110 | 11011 |
Color Harmonies of #880413
Complementary color
Monochromatic Colors of #880413
Black with #880413
Text Example
Text Example
White with #880413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880413; }
p { color: rgb(136,4,19); }
H1.HeaderClassName
{
color: #880413;
}
.AnyTagClassName
{
color: #880413;
}
</style>
background-color css
<style>
a { background-color: #880413; }
a { background-color: rgb(136,4,19); }
div.DivClassName
{
background-color: #880413;
}
.BgClassName
{
background-color: #880413;
}
</style>
border-color css
<style>
span { border-color: #880413; }
span { border-color: rgb(136,4,19); }
td.TdClassName
{
border-color: #880413;
}
.TagClassName
{
border-color: #880413;
}
</style>