Shades of Sangria #820105
Tints of Sangria #820105
RGB
CMYK
RGB Variations
Color information
#820105 (or 0x820105) is known color: Sangria. HEX triplet: 82, 01 and 05. RGB value is (130,1,5). Sum of RGB (Red+Green+Blue) = 130+1+5=136 (18% of max value = 765). Red value is 130 (51.17% from 255 or 95.59% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 130 - color contains mainly: red. Hex color #820105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820105 is #7DFEFA. Grayscale: #282828. Windows color (decimal): -8257275 or 328066. OLE color: 328066.
HSL color Cylindrical-coordinate representation of color #820105: hue angle of 358.14º 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 #820105 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.49 |
| HSL | 358.14º | 0.98% | 0.26% | - |
| HSV(B) | 358.14º | 0.99% | 0.51% | - |
| XYZ | 9.24 | 4.78 | 0.58 | - |
| YUV | 40.03 | 108.24 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 5 | 0 | 0.99 | 0.96 | 0.49 | 358.14 | 0.98 | 0.26 |
| Hex | 82 | 1 | 5 | 0 | 63 | 60 | 31 | 166 | 62 | 1A |
| Octal | 202 | 1 | 5 | 0 | 143 | 140 | 61 | 546 | 142 | 32 |
| Binary | 10000010 | 1 | 101 | 0 | 1100011 | 1100000 | 110001 | 101100110 | 1100010 | 11010 |
Color Harmonies of #820105
Complementary color
Monochromatic Colors of #820105
Black with #820105
Text Example
Text Example
White with #820105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820105; }
p { color: rgb(130,1,5); }
H1.HeaderClassName
{
color: #820105;
}
.AnyTagClassName
{
color: #820105;
}
</style>
background-color css
<style>
a { background-color: #820105; }
a { background-color: rgb(130,1,5); }
div.DivClassName
{
background-color: #820105;
}
.BgClassName
{
background-color: #820105;
}
</style>
border-color css
<style>
span { border-color: #820105; }
span { border-color: rgb(130,1,5); }
td.TdClassName
{
border-color: #820105;
}
.TagClassName
{
border-color: #820105;
}
</style>