Shades of Sangria #82020F
Tints of Sangria #82020F
RGB
CMYK
RGB Variations
Color information
#82020F (or 0x82020F) is known color: Sangria. HEX triplet: 82, 02 and 0F. RGB value is (130,2,15). Sum of RGB (Red+Green+Blue) = 130+2+15=147 (19% of max value = 765). Red value is 130 (51.17% from 255 or 88.44% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 130 - color contains mainly: red. Hex color #82020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82020F is #7DFDF0. Grayscale: #292929. Windows color (decimal): -8257009 or 983682. OLE color: 983682.
HSL color Cylindrical-coordinate representation of color #82020F: hue angle of 353.91º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82020F is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 2 | 15 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.49 |
| HSL | 353.91º | 0.97% | 0.26% | - |
| HSV(B) | 353.91º | 0.98% | 0.51% | - |
| XYZ | 9.31 | 4.82 | 0.89 | - |
| YUV | 41.75 | 112.91 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 15 | 0 | 0.98 | 0.88 | 0.49 | 353.91 | 0.97 | 0.26 |
| Hex | 82 | 2 | F | 0 | 62 | 58 | 31 | 162 | 61 | 1A |
| Octal | 202 | 2 | 17 | 0 | 142 | 130 | 61 | 542 | 141 | 32 |
| Binary | 10000010 | 10 | 1111 | 0 | 1100010 | 1011000 | 110001 | 101100010 | 1100001 | 11010 |
Color Harmonies of #82020F
Complementary color
Monochromatic Colors of #82020F
Black with #82020F
Text Example
Text Example
White with #82020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82020F; }
p { color: rgb(130,2,15); }
H1.HeaderClassName
{
color: #82020F;
}
.AnyTagClassName
{
color: #82020F;
}
</style>
background-color css
<style>
a { background-color: #82020F; }
a { background-color: rgb(130,2,15); }
div.DivClassName
{
background-color: #82020F;
}
.BgClassName
{
background-color: #82020F;
}
</style>
border-color css
<style>
span { border-color: #82020F; }
span { border-color: rgb(130,2,15); }
td.TdClassName
{
border-color: #82020F;
}
.TagClassName
{
border-color: #82020F;
}
</style>