Shades of Sangria #84050F
Tints of Sangria #84050F
RGB
CMYK
RGB Variations
Color information
#84050F (or 0x84050F) is known color: Sangria. HEX triplet: 84, 05 and 0F. RGB value is (132,5,15). Sum of RGB (Red+Green+Blue) = 132+5+15=152 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.84% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 132 - color contains mainly: red. Hex color #84050F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84050F is #7BFAF0. Grayscale: #2C2C2C. Windows color (decimal): -8125169 or 984452. OLE color: 984452.
HSL color Cylindrical-coordinate representation of color #84050F: hue angle of 355.28º 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 #84050F is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 5 | 15 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.48 |
| HSL | 355.28º | 0.93% | 0.27% | - |
| HSV(B) | 355.28º | 0.96% | 0.52% | - |
| XYZ | 9.66 | 5.05 | 0.92 | - |
| YUV | 44.11 | 111.58 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 15 | 0 | 0.96 | 0.89 | 0.48 | 355.28 | 0.93 | 0.27 |
| Hex | 84 | 5 | F | 0 | 60 | 59 | 30 | 163 | 5D | 1B |
| Octal | 204 | 5 | 17 | 0 | 140 | 131 | 60 | 543 | 135 | 33 |
| Binary | 10000100 | 101 | 1111 | 0 | 1100000 | 1011001 | 110000 | 101100011 | 1011101 | 11011 |
Color Harmonies of #84050F
Complementary color
Monochromatic Colors of #84050F
Black with #84050F
Text Example
Text Example
White with #84050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84050F; }
p { color: rgb(132,5,15); }
H1.HeaderClassName
{
color: #84050F;
}
.AnyTagClassName
{
color: #84050F;
}
</style>
background-color css
<style>
a { background-color: #84050F; }
a { background-color: rgb(132,5,15); }
div.DivClassName
{
background-color: #84050F;
}
.BgClassName
{
background-color: #84050F;
}
</style>
border-color css
<style>
span { border-color: #84050F; }
span { border-color: rgb(132,5,15); }
td.TdClassName
{
border-color: #84050F;
}
.TagClassName
{
border-color: #84050F;
}
</style>