Shades of Sangria #840F16
Tints of Sangria #840F16
RGB
CMYK
RGB Variations
Color information
#840F16 (or 0x840F16) is known color: Sangria. HEX triplet: 84, 0F and 16. RGB value is (132,15,22). Sum of RGB (Red+Green+Blue) = 132+15+22=169 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.11% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 132 - color contains mainly: red. Hex color #840F16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840F16 is #7BF0E9. Grayscale: #323232. Windows color (decimal): -8122602 or 1445764. OLE color: 1445764.
HSL color Cylindrical-coordinate representation of color #840F16: hue angle of 356.41º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840F16 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 15 | 22 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.48 |
| HSL | 356.41º | 0.8% | 0.29% | - |
| HSV(B) | 356.41º | 0.89% | 0.52% | - |
| XYZ | 9.83 | 5.31 | 1.26 | - |
| YUV | 50.78 | 111.76 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 15 | 22 | 0 | 0.89 | 0.83 | 0.48 | 356.41 | 0.8 | 0.29 |
| Hex | 84 | F | 16 | 0 | 59 | 53 | 30 | 164 | 50 | 1D |
| Octal | 204 | 17 | 26 | 0 | 131 | 123 | 60 | 544 | 120 | 35 |
| Binary | 10000100 | 1111 | 10110 | 0 | 1011001 | 1010011 | 110000 | 101100100 | 1010000 | 11101 |
Color Harmonies of #840F16
Complementary color
Monochromatic Colors of #840F16
Black with #840F16
Text Example
Text Example
White with #840F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840F16; }
p { color: rgb(132,15,22); }
H1.HeaderClassName
{
color: #840F16;
}
.AnyTagClassName
{
color: #840F16;
}
</style>
background-color css
<style>
a { background-color: #840F16; }
a { background-color: rgb(132,15,22); }
div.DivClassName
{
background-color: #840F16;
}
.BgClassName
{
background-color: #840F16;
}
</style>
border-color css
<style>
span { border-color: #840F16; }
span { border-color: rgb(132,15,22); }
td.TdClassName
{
border-color: #840F16;
}
.TagClassName
{
border-color: #840F16;
}
</style>