Shades of Sangria #820207
Tints of Sangria #820207
RGB
CMYK
RGB Variations
Color information
#820207 (or 0x820207) is known color: Sangria. HEX triplet: 82, 02 and 07. RGB value is (130,2,7). Sum of RGB (Red+Green+Blue) = 130+2+7=139 (18% of max value = 765). Red value is 130 (51.17% from 255 or 93.53% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 130 - color contains mainly: red. Hex color #820207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820207 is #7DFDF8. Grayscale: #282828. Windows color (decimal): -8257017 or 459394. OLE color: 459394.
HSL color Cylindrical-coordinate representation of color #820207: hue angle of 357.66º 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 #820207 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 2 | 7 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.49 |
| HSL | 357.66º | 0.97% | 0.26% | - |
| HSV(B) | 357.66º | 0.98% | 0.51% | - |
| XYZ | 9.27 | 4.8 | 0.64 | - |
| YUV | 40.84 | 108.91 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 7 | 0 | 0.98 | 0.95 | 0.49 | 357.66 | 0.97 | 0.26 |
| Hex | 82 | 2 | 7 | 0 | 62 | 5F | 31 | 166 | 61 | 1A |
| Octal | 202 | 2 | 7 | 0 | 142 | 137 | 61 | 546 | 141 | 32 |
| Binary | 10000010 | 10 | 111 | 0 | 1100010 | 1011111 | 110001 | 101100110 | 1100001 | 11010 |
Color Harmonies of #820207
Complementary color
Monochromatic Colors of #820207
Black with #820207
Text Example
Text Example
White with #820207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820207; }
p { color: rgb(130,2,7); }
H1.HeaderClassName
{
color: #820207;
}
.AnyTagClassName
{
color: #820207;
}
</style>
background-color css
<style>
a { background-color: #820207; }
a { background-color: rgb(130,2,7); }
div.DivClassName
{
background-color: #820207;
}
.BgClassName
{
background-color: #820207;
}
</style>
border-color css
<style>
span { border-color: #820207; }
span { border-color: rgb(130,2,7); }
td.TdClassName
{
border-color: #820207;
}
.TagClassName
{
border-color: #820207;
}
</style>