Shades of Sangria #820F15
Tints of Sangria #820F15
RGB
CMYK
RGB Variations
Color information
#820F15 (or 0x820F15) is known color: Sangria. HEX triplet: 82, 0F and 15. RGB value is (130,15,21). Sum of RGB (Red+Green+Blue) = 130+15+21=166 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.31% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 130 - color contains mainly: red. Hex color #820F15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820F15 is #7DF0EA. Grayscale: #323232. Windows color (decimal): -8253675 or 1380226. OLE color: 1380226.
HSL color Cylindrical-coordinate representation of color #820F15: hue angle of 356.87º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #820F15 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 15 | 21 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.49 |
| HSL | 356.87º | 0.79% | 0.28% | - |
| HSV(B) | 356.87º | 0.88% | 0.51% | - |
| XYZ | 9.51 | 5.14 | 1.2 | - |
| YUV | 50.07 | 111.6 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 21 | 0 | 0.88 | 0.84 | 0.49 | 356.87 | 0.79 | 0.28 |
| Hex | 82 | F | 15 | 0 | 58 | 54 | 31 | 165 | 4F | 1C |
| Octal | 202 | 17 | 25 | 0 | 130 | 124 | 61 | 545 | 117 | 34 |
| Binary | 10000010 | 1111 | 10101 | 0 | 1011000 | 1010100 | 110001 | 101100101 | 1001111 | 11100 |
Color Harmonies of #820F15
Complementary color
Monochromatic Colors of #820F15
Black with #820F15
Text Example
Text Example
White with #820F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F15; }
p { color: rgb(130,15,21); }
H1.HeaderClassName
{
color: #820F15;
}
.AnyTagClassName
{
color: #820F15;
}
</style>
background-color css
<style>
a { background-color: #820F15; }
a { background-color: rgb(130,15,21); }
div.DivClassName
{
background-color: #820F15;
}
.BgClassName
{
background-color: #820F15;
}
</style>
border-color css
<style>
span { border-color: #820F15; }
span { border-color: rgb(130,15,21); }
td.TdClassName
{
border-color: #820F15;
}
.TagClassName
{
border-color: #820F15;
}
</style>