Shades of Sangria #880414
Tints of Sangria #880414
RGB
CMYK
RGB Variations
Color information
#880414 (or 0x880414) is known color: Sangria. HEX triplet: 88, 04 and 14. RGB value is (136,4,20). Sum of RGB (Red+Green+Blue) = 136+4+20=160 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 136 - color contains mainly: red. Hex color #880414 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880414 is #77FBEB. Grayscale: #2D2D2D. Windows color (decimal): -7863276 or 1311880. OLE color: 1311880.
HSL color Cylindrical-coordinate representation of color #880414: hue angle of 352.73º 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 #880414 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 4 | 20 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.47 |
| HSL | 352.73º | 0.94% | 0.27% | - |
| HSV(B) | 352.73º | 0.97% | 0.53% | - |
| XYZ | 10.32 | 5.37 | 1.15 | - |
| YUV | 45.29 | 113.73 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 4 | 20 | 0 | 0.97 | 0.85 | 0.47 | 352.73 | 0.94 | 0.27 |
| Hex | 88 | 4 | 14 | 0 | 61 | 55 | 2F | 161 | 5E | 1B |
| Octal | 210 | 4 | 24 | 0 | 141 | 125 | 57 | 541 | 136 | 33 |
| Binary | 10001000 | 100 | 10100 | 0 | 1100001 | 1010101 | 101111 | 101100001 | 1011110 | 11011 |
Color Harmonies of #880414
Complementary color
Monochromatic Colors of #880414
Black with #880414
Text Example
Text Example
White with #880414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880414; }
p { color: rgb(136,4,20); }
H1.HeaderClassName
{
color: #880414;
}
.AnyTagClassName
{
color: #880414;
}
</style>
background-color css
<style>
a { background-color: #880414; }
a { background-color: rgb(136,4,20); }
div.DivClassName
{
background-color: #880414;
}
.BgClassName
{
background-color: #880414;
}
</style>
border-color css
<style>
span { border-color: #880414; }
span { border-color: rgb(136,4,20); }
td.TdClassName
{
border-color: #880414;
}
.TagClassName
{
border-color: #880414;
}
</style>