Shades of Sangria #82040F
Tints of Sangria #82040F
RGB
CMYK
RGB Variations
Color information
#82040F (or 0x82040F) is known color: Sangria. HEX triplet: 82, 04 and 0F. RGB value is (130,4,15). Sum of RGB (Red+Green+Blue) = 130+4+15=149 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.25% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 130 - color contains mainly: red. Hex color #82040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82040F is #7DFBF0. Grayscale: #2B2B2B. Windows color (decimal): -8256497 or 984194. OLE color: 984194.
HSL color Cylindrical-coordinate representation of color #82040F: hue angle of 354.76º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #82040F is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 4 | 15 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.49 |
| HSL | 354.76º | 0.94% | 0.26% | - |
| HSV(B) | 354.76º | 0.97% | 0.51% | - |
| XYZ | 9.34 | 4.87 | 0.9 | - |
| YUV | 42.93 | 112.24 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 15 | 0 | 0.97 | 0.88 | 0.49 | 354.76 | 0.94 | 0.26 |
| Hex | 82 | 4 | F | 0 | 61 | 58 | 31 | 163 | 5E | 1A |
| Octal | 202 | 4 | 17 | 0 | 141 | 130 | 61 | 543 | 136 | 32 |
| Binary | 10000010 | 100 | 1111 | 0 | 1100001 | 1011000 | 110001 | 101100011 | 1011110 | 11010 |
Color Harmonies of #82040F
Complementary color
Monochromatic Colors of #82040F
Black with #82040F
Text Example
Text Example
White with #82040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82040F; }
p { color: rgb(130,4,15); }
H1.HeaderClassName
{
color: #82040F;
}
.AnyTagClassName
{
color: #82040F;
}
</style>
background-color css
<style>
a { background-color: #82040F; }
a { background-color: rgb(130,4,15); }
div.DivClassName
{
background-color: #82040F;
}
.BgClassName
{
background-color: #82040F;
}
</style>
border-color css
<style>
span { border-color: #82040F; }
span { border-color: rgb(130,4,15); }
td.TdClassName
{
border-color: #82040F;
}
.TagClassName
{
border-color: #82040F;
}
</style>