Shades of Sangria #84010F
Tints of Sangria #84010F
RGB
CMYK
RGB Variations
Color information
#84010F (or 0x84010F) is known color: Sangria. HEX triplet: 84, 01 and 0F. RGB value is (132,1,15). Sum of RGB (Red+Green+Blue) = 132+1+15=148 (19% of max value = 765). Red value is 132 (51.95% from 255 or 89.19% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 132 - color contains mainly: red. Hex color #84010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84010F is #7BFEF0. Grayscale: #292929. Windows color (decimal): -8126193 or 983428. OLE color: 983428.
HSL color Cylindrical-coordinate representation of color #84010F: hue angle of 353.59º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84010F is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.48 |
| HSL | 353.59º | 0.98% | 0.26% | - |
| HSV(B) | 353.59º | 0.99% | 0.52% | - |
| XYZ | 9.61 | 4.96 | 0.9 | - |
| YUV | 41.77 | 112.9 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 15 | 0 | 0.99 | 0.89 | 0.48 | 353.59 | 0.98 | 0.26 |
| Hex | 84 | 1 | F | 0 | 63 | 59 | 30 | 162 | 62 | 1A |
| Octal | 204 | 1 | 17 | 0 | 143 | 131 | 60 | 542 | 142 | 32 |
| Binary | 10000100 | 1 | 1111 | 0 | 1100011 | 1011001 | 110000 | 101100010 | 1100010 | 11010 |
Color Harmonies of #84010F
Complementary color
Monochromatic Colors of #84010F
Black with #84010F
Text Example
Text Example
White with #84010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84010F; }
p { color: rgb(132,1,15); }
H1.HeaderClassName
{
color: #84010F;
}
.AnyTagClassName
{
color: #84010F;
}
</style>
background-color css
<style>
a { background-color: #84010F; }
a { background-color: rgb(132,1,15); }
div.DivClassName
{
background-color: #84010F;
}
.BgClassName
{
background-color: #84010F;
}
</style>
border-color css
<style>
span { border-color: #84010F; }
span { border-color: rgb(132,1,15); }
td.TdClassName
{
border-color: #84010F;
}
.TagClassName
{
border-color: #84010F;
}
</style>