Shades of Sangria #880311
Tints of Sangria #880311
RGB
CMYK
RGB Variations
Color information
#880311 (or 0x880311) is known color: Sangria. HEX triplet: 88, 03 and 11. RGB value is (136,3,17). Sum of RGB (Red+Green+Blue) = 136+3+17=156 (20% of max value = 765). Red value is 136 (53.52% from 255 or 87.18% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 136 - color contains mainly: red. Hex color #880311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880311 is #77FCEE. Grayscale: #2C2C2C. Windows color (decimal): -7863535 or 1115016. OLE color: 1115016.
HSL color Cylindrical-coordinate representation of color #880311: hue angle of 353.68º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #880311 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 17 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.47 |
| HSL | 353.68º | 0.96% | 0.27% | - |
| HSV(B) | 353.68º | 0.98% | 0.53% | - |
| XYZ | 10.29 | 5.34 | 1.02 | - |
| YUV | 44.36 | 112.56 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 17 | 0 | 0.98 | 0.87 | 0.47 | 353.68 | 0.96 | 0.27 |
| Hex | 88 | 3 | 11 | 0 | 62 | 57 | 2F | 162 | 60 | 1B |
| Octal | 210 | 3 | 21 | 0 | 142 | 127 | 57 | 542 | 140 | 33 |
| Binary | 10001000 | 11 | 10001 | 0 | 1100010 | 1010111 | 101111 | 101100010 | 1100000 | 11011 |
Color Harmonies of #880311
Complementary color
Monochromatic Colors of #880311
Black with #880311
Text Example
Text Example
White with #880311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880311; }
p { color: rgb(136,3,17); }
H1.HeaderClassName
{
color: #880311;
}
.AnyTagClassName
{
color: #880311;
}
</style>
background-color css
<style>
a { background-color: #880311; }
a { background-color: rgb(136,3,17); }
div.DivClassName
{
background-color: #880311;
}
.BgClassName
{
background-color: #880311;
}
</style>
border-color css
<style>
span { border-color: #880311; }
span { border-color: rgb(136,3,17); }
td.TdClassName
{
border-color: #880311;
}
.TagClassName
{
border-color: #880311;
}
</style>