Shades of Sangria #840E0F
Tints of Sangria #840E0F
RGB
CMYK
RGB Variations
Color information
#840E0F (or 0x840E0F) is known color: Sangria. HEX triplet: 84, 0E and 0F. RGB value is (132,14,15). Sum of RGB (Red+Green+Blue) = 132+14+15=161 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.99% from 161); Green value is 14 (5.86% from 255 or 8.70% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 132 - color contains mainly: red. Hex color #840E0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840E0F is #7BF1F0. Grayscale: #313131. Windows color (decimal): -8122865 or 986756. OLE color: 986756.
HSL color Cylindrical-coordinate representation of color #840E0F: hue angle of 359.49º degrees, saturation: 0.81, 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 #840E0F is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 14 | 15 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.48 |
| HSL | 359.49º | 0.81% | 0.29% | - |
| HSV(B) | 359.49º | 0.89% | 0.52% | - |
| XYZ | 9.76 | 5.25 | 0.95 | - |
| YUV | 49.4 | 108.59 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 14 | 15 | 0 | 0.89 | 0.89 | 0.48 | 359.49 | 0.81 | 0.29 |
| Hex | 84 | E | F | 0 | 59 | 59 | 30 | 167 | 51 | 1D |
| Octal | 204 | 16 | 17 | 0 | 131 | 131 | 60 | 547 | 121 | 35 |
| Binary | 10000100 | 1110 | 1111 | 0 | 1011001 | 1011001 | 110000 | 101100111 | 1010001 | 11101 |
Color Harmonies of #840E0F
Complementary color
Monochromatic Colors of #840E0F
Black with #840E0F
Text Example
Text Example
White with #840E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840E0F; }
p { color: rgb(132,14,15); }
H1.HeaderClassName
{
color: #840E0F;
}
.AnyTagClassName
{
color: #840E0F;
}
</style>
background-color css
<style>
a { background-color: #840E0F; }
a { background-color: rgb(132,14,15); }
div.DivClassName
{
background-color: #840E0F;
}
.BgClassName
{
background-color: #840E0F;
}
</style>
border-color css
<style>
span { border-color: #840E0F; }
span { border-color: rgb(132,14,15); }
td.TdClassName
{
border-color: #840E0F;
}
.TagClassName
{
border-color: #840E0F;
}
</style>