Shades of Sangria #84090F
Tints of Sangria #84090F
RGB
CMYK
RGB Variations
Color information
#84090F (or 0x84090F) is known color: Sangria. HEX triplet: 84, 09 and 0F. RGB value is (132,9,15). Sum of RGB (Red+Green+Blue) = 132+9+15=156 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.62% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 132 - color contains mainly: red. Hex color #84090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84090F is #7BF6F0. Grayscale: #2E2E2E. Windows color (decimal): -8124145 or 985476. OLE color: 985476.
HSL color Cylindrical-coordinate representation of color #84090F: hue angle of 357.07º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84090F is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 9 | 15 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.48 |
| HSL | 357.07º | 0.87% | 0.28% | - |
| HSV(B) | 357.07º | 0.93% | 0.52% | - |
| XYZ | 9.7 | 5.14 | 0.93 | - |
| YUV | 46.46 | 110.25 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 15 | 0 | 0.93 | 0.89 | 0.48 | 357.07 | 0.87 | 0.28 |
| Hex | 84 | 9 | F | 0 | 5D | 59 | 30 | 165 | 57 | 1C |
| Octal | 204 | 11 | 17 | 0 | 135 | 131 | 60 | 545 | 127 | 34 |
| Binary | 10000100 | 1001 | 1111 | 0 | 1011101 | 1011001 | 110000 | 101100101 | 1010111 | 11100 |
Color Harmonies of #84090F
Complementary color
Monochromatic Colors of #84090F
Black with #84090F
Text Example
Text Example
White with #84090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84090F; }
p { color: rgb(132,9,15); }
H1.HeaderClassName
{
color: #84090F;
}
.AnyTagClassName
{
color: #84090F;
}
</style>
background-color css
<style>
a { background-color: #84090F; }
a { background-color: rgb(132,9,15); }
div.DivClassName
{
background-color: #84090F;
}
.BgClassName
{
background-color: #84090F;
}
</style>
border-color css
<style>
span { border-color: #84090F; }
span { border-color: rgb(132,9,15); }
td.TdClassName
{
border-color: #84090F;
}
.TagClassName
{
border-color: #84090F;
}
</style>