Shades of Sangria #820109
Tints of Sangria #820109
RGB
CMYK
RGB Variations
Color information
#820109 (or 0x820109) is known color: Sangria. HEX triplet: 82, 01 and 09. RGB value is (130,1,9). Sum of RGB (Red+Green+Blue) = 130+1+9=140 (18% of max value = 765). Red value is 130 (51.17% from 255 or 92.86% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 130 - color contains mainly: red. Hex color #820109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820109 is #7DFEF6. Grayscale: #282828. Windows color (decimal): -8257271 or 590210. OLE color: 590210.
HSL color Cylindrical-coordinate representation of color #820109: hue angle of 356.28º 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 #820109 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 9 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.49 |
| HSL | 356.28º | 0.98% | 0.26% | - |
| HSV(B) | 356.28º | 0.99% | 0.51% | - |
| XYZ | 9.27 | 4.79 | 0.69 | - |
| YUV | 40.48 | 110.24 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 9 | 0 | 0.99 | 0.93 | 0.49 | 356.28 | 0.98 | 0.26 |
| Hex | 82 | 1 | 9 | 0 | 63 | 5D | 31 | 164 | 62 | 1A |
| Octal | 202 | 1 | 11 | 0 | 143 | 135 | 61 | 544 | 142 | 32 |
| Binary | 10000010 | 1 | 1001 | 0 | 1100011 | 1011101 | 110001 | 101100100 | 1100010 | 11010 |
Color Harmonies of #820109
Complementary color
Monochromatic Colors of #820109
Black with #820109
Text Example
Text Example
White with #820109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820109; }
p { color: rgb(130,1,9); }
H1.HeaderClassName
{
color: #820109;
}
.AnyTagClassName
{
color: #820109;
}
</style>
background-color css
<style>
a { background-color: #820109; }
a { background-color: rgb(130,1,9); }
div.DivClassName
{
background-color: #820109;
}
.BgClassName
{
background-color: #820109;
}
</style>
border-color css
<style>
span { border-color: #820109; }
span { border-color: rgb(130,1,9); }
td.TdClassName
{
border-color: #820109;
}
.TagClassName
{
border-color: #820109;
}
</style>