Shades of Sangria #820B14
Tints of Sangria #820B14
RGB
CMYK
RGB Variations
Color information
#820B14 (or 0x820B14) is known color: Sangria. HEX triplet: 82, 0B and 14. RGB value is (130,11,20). Sum of RGB (Red+Green+Blue) = 130+11+20=161 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.75% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 130 - color contains mainly: red. Hex color #820B14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820B14 is #7DF4EB. Grayscale: #2F2F2F. Windows color (decimal): -8254700 or 1313666. OLE color: 1313666.
HSL color Cylindrical-coordinate representation of color #820B14: hue angle of 355.46º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820B14 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 11 | 20 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.49 |
| HSL | 355.46º | 0.84% | 0.28% | - |
| HSV(B) | 355.46º | 0.92% | 0.51% | - |
| XYZ | 9.45 | 5.04 | 1.14 | - |
| YUV | 47.61 | 112.42 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 20 | 0 | 0.92 | 0.85 | 0.49 | 355.46 | 0.84 | 0.28 |
| Hex | 82 | B | 14 | 0 | 5C | 55 | 31 | 163 | 54 | 1C |
| Octal | 202 | 13 | 24 | 0 | 134 | 125 | 61 | 543 | 124 | 34 |
| Binary | 10000010 | 1011 | 10100 | 0 | 1011100 | 1010101 | 110001 | 101100011 | 1010100 | 11100 |
Color Harmonies of #820B14
Complementary color
Monochromatic Colors of #820B14
Black with #820B14
Text Example
Text Example
White with #820B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820B14; }
p { color: rgb(130,11,20); }
H1.HeaderClassName
{
color: #820B14;
}
.AnyTagClassName
{
color: #820B14;
}
</style>
background-color css
<style>
a { background-color: #820B14; }
a { background-color: rgb(130,11,20); }
div.DivClassName
{
background-color: #820B14;
}
.BgClassName
{
background-color: #820B14;
}
</style>
border-color css
<style>
span { border-color: #820B14; }
span { border-color: rgb(130,11,20); }
td.TdClassName
{
border-color: #820B14;
}
.TagClassName
{
border-color: #820B14;
}
</style>