Shades of Sangria #84050B
Tints of Sangria #84050B
RGB
CMYK
RGB Variations
Color information
#84050B (or 0x84050B) is known color: Sangria. HEX triplet: 84, 05 and 0B. RGB value is (132,5,11). Sum of RGB (Red+Green+Blue) = 132+5+11=148 (19% of max value = 765). Red value is 132 (51.95% from 255 or 89.19% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 132 - color contains mainly: red. Hex color #84050B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84050B is #7BFAF4. Grayscale: #2B2B2B. Windows color (decimal): -8125173 or 722308. OLE color: 722308.
HSL color Cylindrical-coordinate representation of color #84050B: hue angle of 357.17º 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 #84050B is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 5 | 11 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.48 |
| HSL | 357.17º | 0.93% | 0.27% | - |
| HSV(B) | 357.17º | 0.96% | 0.52% | - |
| XYZ | 9.63 | 5.04 | 0.78 | - |
| YUV | 43.66 | 109.58 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 11 | 0 | 0.96 | 0.92 | 0.48 | 357.17 | 0.93 | 0.27 |
| Hex | 84 | 5 | B | 0 | 60 | 5C | 30 | 165 | 5D | 1B |
| Octal | 204 | 5 | 13 | 0 | 140 | 134 | 60 | 545 | 135 | 33 |
| Binary | 10000100 | 101 | 1011 | 0 | 1100000 | 1011100 | 110000 | 101100101 | 1011101 | 11011 |
Color Harmonies of #84050B
Complementary color
Monochromatic Colors of #84050B
Black with #84050B
Text Example
Text Example
White with #84050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84050B; }
p { color: rgb(132,5,11); }
H1.HeaderClassName
{
color: #84050B;
}
.AnyTagClassName
{
color: #84050B;
}
</style>
background-color css
<style>
a { background-color: #84050B; }
a { background-color: rgb(132,5,11); }
div.DivClassName
{
background-color: #84050B;
}
.BgClassName
{
background-color: #84050B;
}
</style>
border-color css
<style>
span { border-color: #84050B; }
span { border-color: rgb(132,5,11); }
td.TdClassName
{
border-color: #84050B;
}
.TagClassName
{
border-color: #84050B;
}
</style>