Shades of Sangria #82010F
Tints of Sangria #82010F
RGB
CMYK
RGB Variations
Color information
#82010F (or 0x82010F) is known color: Sangria. HEX triplet: 82, 01 and 0F. RGB value is (130,1,15). Sum of RGB (Red+Green+Blue) = 130+1+15=146 (19% of max value = 765). Red value is 130 (51.17% from 255 or 89.04% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 130 - color contains mainly: red. Hex color #82010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82010F is #7DFEF0. Grayscale: #292929. Windows color (decimal): -8257265 or 983426. OLE color: 983426.
HSL color Cylindrical-coordinate representation of color #82010F: hue angle of 353.49º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82010F is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.49 |
| HSL | 353.49º | 0.98% | 0.26% | - |
| HSV(B) | 353.49º | 0.99% | 0.51% | - |
| XYZ | 9.3 | 4.8 | 0.89 | - |
| YUV | 41.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 15 | 0 | 0.99 | 0.88 | 0.49 | 353.49 | 0.98 | 0.26 |
| Hex | 82 | 1 | F | 0 | 63 | 58 | 31 | 161 | 62 | 1A |
| Octal | 202 | 1 | 17 | 0 | 143 | 130 | 61 | 541 | 142 | 32 |
| Binary | 10000010 | 1 | 1111 | 0 | 1100011 | 1011000 | 110001 | 101100001 | 1100010 | 11010 |
Color Harmonies of #82010F
Complementary color
Monochromatic Colors of #82010F
Black with #82010F
Text Example
Text Example
White with #82010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82010F; }
p { color: rgb(130,1,15); }
H1.HeaderClassName
{
color: #82010F;
}
.AnyTagClassName
{
color: #82010F;
}
</style>
background-color css
<style>
a { background-color: #82010F; }
a { background-color: rgb(130,1,15); }
div.DivClassName
{
background-color: #82010F;
}
.BgClassName
{
background-color: #82010F;
}
</style>
border-color css
<style>
span { border-color: #82010F; }
span { border-color: rgb(130,1,15); }
td.TdClassName
{
border-color: #82010F;
}
.TagClassName
{
border-color: #82010F;
}
</style>