Shades of Sangria #82040B
Tints of Sangria #82040B
RGB
CMYK
RGB Variations
Color information
#82040B (or 0x82040B) is known color: Sangria. HEX triplet: 82, 04 and 0B. RGB value is (130,4,11). Sum of RGB (Red+Green+Blue) = 130+4+11=145 (19% of max value = 765). Red value is 130 (51.17% from 255 or 89.66% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 130 - color contains mainly: red. Hex color #82040B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82040B is #7DFBF4. Grayscale: #2A2A2A. Windows color (decimal): -8256501 or 722050. OLE color: 722050.
HSL color Cylindrical-coordinate representation of color #82040B: hue angle of 356.67º 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 #82040B is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 4 | 11 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.49 |
| HSL | 356.67º | 0.94% | 0.26% | - |
| HSV(B) | 356.67º | 0.97% | 0.51% | - |
| XYZ | 9.31 | 4.86 | 0.76 | - |
| YUV | 42.47 | 110.24 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 11 | 0 | 0.97 | 0.92 | 0.49 | 356.67 | 0.94 | 0.26 |
| Hex | 82 | 4 | B | 0 | 61 | 5C | 31 | 165 | 5E | 1A |
| Octal | 202 | 4 | 13 | 0 | 141 | 134 | 61 | 545 | 136 | 32 |
| Binary | 10000010 | 100 | 1011 | 0 | 1100001 | 1011100 | 110001 | 101100101 | 1011110 | 11010 |
Color Harmonies of #82040B
Complementary color
Monochromatic Colors of #82040B
Black with #82040B
Text Example
Text Example
White with #82040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82040B; }
p { color: rgb(130,4,11); }
H1.HeaderClassName
{
color: #82040B;
}
.AnyTagClassName
{
color: #82040B;
}
</style>
background-color css
<style>
a { background-color: #82040B; }
a { background-color: rgb(130,4,11); }
div.DivClassName
{
background-color: #82040B;
}
.BgClassName
{
background-color: #82040B;
}
</style>
border-color css
<style>
span { border-color: #82040B; }
span { border-color: rgb(130,4,11); }
td.TdClassName
{
border-color: #82040B;
}
.TagClassName
{
border-color: #82040B;
}
</style>