Shades of Sangria #84040A
Tints of Sangria #84040A
RGB
CMYK
RGB Variations
Color information
#84040A (or 0x84040A) is known color: Sangria. HEX triplet: 84, 04 and 0A. RGB value is (132,4,10). Sum of RGB (Red+Green+Blue) = 132+4+10=146 (19% of max value = 765). Red value is 132 (51.95% from 255 or 90.41% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 132 - color contains mainly: red. Hex color #84040A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84040A is #7BFBF5. Grayscale: #2B2B2B. Windows color (decimal): -8125430 or 656516. OLE color: 656516.
HSL color Cylindrical-coordinate representation of color #84040A: hue angle of 357.19º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #84040A is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 4 | 10 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.48 |
| HSL | 357.19º | 0.94% | 0.27% | - |
| HSV(B) | 357.19º | 0.97% | 0.52% | - |
| XYZ | 9.61 | 5.01 | 0.75 | - |
| YUV | 42.96 | 109.41 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 4 | 10 | 0 | 0.97 | 0.92 | 0.48 | 357.19 | 0.94 | 0.27 |
| Hex | 84 | 4 | A | 0 | 61 | 5C | 30 | 165 | 5E | 1B |
| Octal | 204 | 4 | 12 | 0 | 141 | 134 | 60 | 545 | 136 | 33 |
| Binary | 10000100 | 100 | 1010 | 0 | 1100001 | 1011100 | 110000 | 101100101 | 1011110 | 11011 |
Color Harmonies of #84040A
Complementary color
Monochromatic Colors of #84040A
Black with #84040A
Text Example
Text Example
White with #84040A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84040A; }
p { color: rgb(132,4,10); }
H1.HeaderClassName
{
color: #84040A;
}
.AnyTagClassName
{
color: #84040A;
}
</style>
background-color css
<style>
a { background-color: #84040A; }
a { background-color: rgb(132,4,10); }
div.DivClassName
{
background-color: #84040A;
}
.BgClassName
{
background-color: #84040A;
}
</style>
border-color css
<style>
span { border-color: #84040A; }
span { border-color: rgb(132,4,10); }
td.TdClassName
{
border-color: #84040A;
}
.TagClassName
{
border-color: #84040A;
}
</style>