Shades of Sangria #841215
Tints of Sangria #841215
RGB
CMYK
RGB Variations
Color information
#841215 (or 0x841215) is known color: Sangria. HEX triplet: 84, 12 and 15. RGB value is (132,18,21). Sum of RGB (Red+Green+Blue) = 132+18+21=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #841215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841215 is #7BEDEA. Grayscale: #343434. Windows color (decimal): -8121835 or 1380996. OLE color: 1380996.
HSL color Cylindrical-coordinate representation of color #841215: hue angle of 358.42º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841215 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 18 | 21 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.48 |
| HSL | 358.42º | 0.76% | 0.29% | - |
| HSV(B) | 358.42º | 0.86% | 0.52% | - |
| XYZ | 9.87 | 5.39 | 1.23 | - |
| YUV | 52.43 | 110.27 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 21 | 0 | 0.86 | 0.84 | 0.48 | 358.42 | 0.76 | 0.29 |
| Hex | 84 | 12 | 15 | 0 | 56 | 54 | 30 | 166 | 4C | 1D |
| Octal | 204 | 22 | 25 | 0 | 126 | 124 | 60 | 546 | 114 | 35 |
| Binary | 10000100 | 10010 | 10101 | 0 | 1010110 | 1010100 | 110000 | 101100110 | 1001100 | 11101 |
Color Harmonies of #841215
Complementary color
Monochromatic Colors of #841215
Black with #841215
Text Example
Text Example
White with #841215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841215; }
p { color: rgb(132,18,21); }
H1.HeaderClassName
{
color: #841215;
}
.AnyTagClassName
{
color: #841215;
}
</style>
background-color css
<style>
a { background-color: #841215; }
a { background-color: rgb(132,18,21); }
div.DivClassName
{
background-color: #841215;
}
.BgClassName
{
background-color: #841215;
}
</style>
border-color css
<style>
span { border-color: #841215; }
span { border-color: rgb(132,18,21); }
td.TdClassName
{
border-color: #841215;
}
.TagClassName
{
border-color: #841215;
}
</style>