Shades of Sangria #84050A
Tints of Sangria #84050A
RGB
CMYK
RGB Variations
Color information
#84050A (or 0x84050A) is known color: Sangria. HEX triplet: 84, 05 and 0A. RGB value is (132,5,10). Sum of RGB (Red+Green+Blue) = 132+5+10=147 (19% of max value = 765). Red value is 132 (51.95% from 255 or 89.80% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 132 - color contains mainly: red. Hex color #84050A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84050A is #7BFAF5. Grayscale: #2B2B2B. Windows color (decimal): -8125174 or 656772. OLE color: 656772.
HSL color Cylindrical-coordinate representation of color #84050A: hue angle of 357.64º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84050A is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 5 | 10 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.48 |
| HSL | 357.64º | 0.93% | 0.27% | - |
| HSV(B) | 357.64º | 0.96% | 0.52% | - |
| XYZ | 9.62 | 5.04 | 0.75 | - |
| YUV | 43.54 | 109.08 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 10 | 0 | 0.96 | 0.92 | 0.48 | 357.64 | 0.93 | 0.27 |
| Hex | 84 | 5 | A | 0 | 60 | 5C | 30 | 166 | 5D | 1B |
| Octal | 204 | 5 | 12 | 0 | 140 | 134 | 60 | 546 | 135 | 33 |
| Binary | 10000100 | 101 | 1010 | 0 | 1100000 | 1011100 | 110000 | 101100110 | 1011101 | 11011 |
Color Harmonies of #84050A
Complementary color
Monochromatic Colors of #84050A
Black with #84050A
Text Example
Text Example
White with #84050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84050A; }
p { color: rgb(132,5,10); }
H1.HeaderClassName
{
color: #84050A;
}
.AnyTagClassName
{
color: #84050A;
}
</style>
background-color css
<style>
a { background-color: #84050A; }
a { background-color: rgb(132,5,10); }
div.DivClassName
{
background-color: #84050A;
}
.BgClassName
{
background-color: #84050A;
}
</style>
border-color css
<style>
span { border-color: #84050A; }
span { border-color: rgb(132,5,10); }
td.TdClassName
{
border-color: #84050A;
}
.TagClassName
{
border-color: #84050A;
}
</style>