Shades of Sangria #82000F
Tints of Sangria #82000F
RGB
CMYK
RGB Variations
Color information
#82000F (or 0x82000F) is known color: Sangria. HEX triplet: 82, 00 and 0F. RGB value is (130,0,15). Sum of RGB (Red+Green+Blue) = 130+0+15=145 (19% of max value = 765). Red value is 130 (51.17% from 255 or 89.66% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 130 - color contains mainly: red. Hex color #82000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82000F is #7DFFF0. Grayscale: #282828. Windows color (decimal): -8257521 or 983170. OLE color: 983170.
HSL color Cylindrical-coordinate representation of color #82000F: hue angle of 353.08º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82000F is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.88 | 0.49 |
| HSL | 353.08º | 1% | 0.25% | - |
| HSV(B) | 353.08º | 1% | 0.51% | - |
| XYZ | 9.29 | 4.78 | 0.88 | - |
| YUV | 40.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 15 | 0 | 1 | 0.88 | 0.49 | 353.08 | 1 | 0.25 |
| Hex | 82 | 0 | F | 0 | 64 | 58 | 31 | 161 | 64 | 19 |
| Octal | 202 | 0 | 17 | 0 | 144 | 130 | 61 | 541 | 144 | 31 |
| Binary | 10000010 | 0 | 1111 | 0 | 1100100 | 1011000 | 110001 | 101100001 | 1100100 | 11001 |
Color Harmonies of #82000F
Complementary color
Monochromatic Colors of #82000F
Black with #82000F
Text Example
Text Example
White with #82000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82000F; }
p { color: rgb(130,0,15); }
H1.HeaderClassName
{
color: #82000F;
}
.AnyTagClassName
{
color: #82000F;
}
</style>
background-color css
<style>
a { background-color: #82000F; }
a { background-color: rgb(130,0,15); }
div.DivClassName
{
background-color: #82000F;
}
.BgClassName
{
background-color: #82000F;
}
</style>
border-color css
<style>
span { border-color: #82000F; }
span { border-color: rgb(130,0,15); }
td.TdClassName
{
border-color: #82000F;
}
.TagClassName
{
border-color: #82000F;
}
</style>