Shades of Sangria #82090C
Tints of Sangria #82090C
RGB
CMYK
RGB Variations
Color information
#82090C (or 0x82090C) is known color: Sangria. HEX triplet: 82, 09 and 0C. RGB value is (130,9,12). Sum of RGB (Red+Green+Blue) = 130+9+12=151 (20% of max value = 765). Red value is 130 (51.17% from 255 or 86.09% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 130 - color contains mainly: red. Hex color #82090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82090C is #7DF6F3. Grayscale: #2D2D2D. Windows color (decimal): -8255220 or 788866. OLE color: 788866.
HSL color Cylindrical-coordinate representation of color #82090C: hue angle of 358.51º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82090C is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 9 | 12 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.49 |
| HSL | 358.51º | 0.87% | 0.27% | - |
| HSV(B) | 358.51º | 0.93% | 0.51% | - |
| XYZ | 9.37 | 4.97 | 0.81 | - |
| YUV | 45.52 | 109.09 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 12 | 0 | 0.93 | 0.91 | 0.49 | 358.51 | 0.87 | 0.27 |
| Hex | 82 | 9 | C | 0 | 5D | 5B | 31 | 167 | 57 | 1B |
| Octal | 202 | 11 | 14 | 0 | 135 | 133 | 61 | 547 | 127 | 33 |
| Binary | 10000010 | 1001 | 1100 | 0 | 1011101 | 1011011 | 110001 | 101100111 | 1010111 | 11011 |
Color Harmonies of #82090C
Complementary color
Monochromatic Colors of #82090C
Black with #82090C
Text Example
Text Example
White with #82090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82090C; }
p { color: rgb(130,9,12); }
H1.HeaderClassName
{
color: #82090C;
}
.AnyTagClassName
{
color: #82090C;
}
</style>
background-color css
<style>
a { background-color: #82090C; }
a { background-color: rgb(130,9,12); }
div.DivClassName
{
background-color: #82090C;
}
.BgClassName
{
background-color: #82090C;
}
</style>
border-color css
<style>
span { border-color: #82090C; }
span { border-color: rgb(130,9,12); }
td.TdClassName
{
border-color: #82090C;
}
.TagClassName
{
border-color: #82090C;
}
</style>