Shades of Sangria #820204
Tints of Sangria #820204
RGB
CMYK
RGB Variations
Color information
#820204 (or 0x820204) is known color: Sangria. HEX triplet: 82, 02 and 04. RGB value is (130,2,4). Sum of RGB (Red+Green+Blue) = 130+2+4=136 (18% of max value = 765). Red value is 130 (51.17% from 255 or 95.59% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 130 - color contains mainly: red. Hex color #820204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820204 is #7DFDFB. Grayscale: #282828. Windows color (decimal): -8257020 or 262786. OLE color: 262786.
HSL color Cylindrical-coordinate representation of color #820204: hue angle of 359.06º 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 #820204 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 2 | 4 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.49 |
| HSL | 359.06º | 0.97% | 0.26% | - |
| HSV(B) | 359.06º | 0.98% | 0.51% | - |
| XYZ | 9.25 | 4.8 | 0.55 | - |
| YUV | 40.5 | 107.41 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 4 | 0 | 0.98 | 0.97 | 0.49 | 359.06 | 0.97 | 0.26 |
| Hex | 82 | 2 | 4 | 0 | 62 | 61 | 31 | 167 | 61 | 1A |
| Octal | 202 | 2 | 4 | 0 | 142 | 141 | 61 | 547 | 141 | 32 |
| Binary | 10000010 | 10 | 100 | 0 | 1100010 | 1100001 | 110001 | 101100111 | 1100001 | 11010 |
Color Harmonies of #820204
Complementary color
Monochromatic Colors of #820204
Black with #820204
Text Example
Text Example
White with #820204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820204; }
p { color: rgb(130,2,4); }
H1.HeaderClassName
{
color: #820204;
}
.AnyTagClassName
{
color: #820204;
}
</style>
background-color css
<style>
a { background-color: #820204; }
a { background-color: rgb(130,2,4); }
div.DivClassName
{
background-color: #820204;
}
.BgClassName
{
background-color: #820204;
}
</style>
border-color css
<style>
span { border-color: #820204; }
span { border-color: rgb(130,2,4); }
td.TdClassName
{
border-color: #820204;
}
.TagClassName
{
border-color: #820204;
}
</style>