Shades of Sangria #84090B
Tints of Sangria #84090B
RGB
CMYK
RGB Variations
Color information
#84090B (or 0x84090B) is known color: Sangria. HEX triplet: 84, 09 and 0B. RGB value is (132,9,11). Sum of RGB (Red+Green+Blue) = 132+9+11=152 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.84% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 132 - color contains mainly: red. Hex color #84090B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84090B is #7BF6F4. Grayscale: #2E2E2E. Windows color (decimal): -8124149 or 723332. OLE color: 723332.
HSL color Cylindrical-coordinate representation of color #84090B: hue angle of 359.02º 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 #84090B is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 9 | 11 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.48 |
| HSL | 359.02º | 0.87% | 0.28% | - |
| HSV(B) | 359.02º | 0.93% | 0.52% | - |
| XYZ | 9.67 | 5.13 | 0.8 | - |
| YUV | 46.01 | 108.25 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 11 | 0 | 0.93 | 0.92 | 0.48 | 359.02 | 0.87 | 0.28 |
| Hex | 84 | 9 | B | 0 | 5D | 5C | 30 | 167 | 57 | 1C |
| Octal | 204 | 11 | 13 | 0 | 135 | 134 | 60 | 547 | 127 | 34 |
| Binary | 10000100 | 1001 | 1011 | 0 | 1011101 | 1011100 | 110000 | 101100111 | 1010111 | 11100 |
Color Harmonies of #84090B
Complementary color
Monochromatic Colors of #84090B
Black with #84090B
Text Example
Text Example
White with #84090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84090B; }
p { color: rgb(132,9,11); }
H1.HeaderClassName
{
color: #84090B;
}
.AnyTagClassName
{
color: #84090B;
}
</style>
background-color css
<style>
a { background-color: #84090B; }
a { background-color: rgb(132,9,11); }
div.DivClassName
{
background-color: #84090B;
}
.BgClassName
{
background-color: #84090B;
}
</style>
border-color css
<style>
span { border-color: #84090B; }
span { border-color: rgb(132,9,11); }
td.TdClassName
{
border-color: #84090B;
}
.TagClassName
{
border-color: #84090B;
}
</style>