Shades of Sangria #82000A
Tints of Sangria #82000A
RGB
CMYK
RGB Variations
Color information
#82000A (or 0x82000A) is known color: Sangria. HEX triplet: 82, 00 and 0A. RGB value is (130,0,10). Sum of RGB (Red+Green+Blue) = 130+0+10=140 (18% of max value = 765). Red value is 130 (51.17% from 255 or 92.86% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 130 - color contains mainly: red. Hex color #82000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82000A is #7DFFF5. Grayscale: #282828. Windows color (decimal): -8257526 or 655490. OLE color: 655490.
HSL color Cylindrical-coordinate representation of color #82000A: hue angle of 355.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82000A is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.92 | 0.49 |
| HSL | 355.38º | 1% | 0.25% | - |
| HSV(B) | 355.38º | 1% | 0.51% | - |
| XYZ | 9.26 | 4.77 | 0.72 | - |
| YUV | 40.01 | 111.07 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 10 | 0 | 1 | 0.92 | 0.49 | 355.38 | 1 | 0.25 |
| Hex | 82 | 0 | A | 0 | 64 | 5C | 31 | 163 | 64 | 19 |
| Octal | 202 | 0 | 12 | 0 | 144 | 134 | 61 | 543 | 144 | 31 |
| Binary | 10000010 | 0 | 1010 | 0 | 1100100 | 1011100 | 110001 | 101100011 | 1100100 | 11001 |
Color Harmonies of #82000A
Complementary color
Monochromatic Colors of #82000A
Black with #82000A
Text Example
Text Example
White with #82000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82000A; }
p { color: rgb(130,0,10); }
H1.HeaderClassName
{
color: #82000A;
}
.AnyTagClassName
{
color: #82000A;
}
</style>
background-color css
<style>
a { background-color: #82000A; }
a { background-color: rgb(130,0,10); }
div.DivClassName
{
background-color: #82000A;
}
.BgClassName
{
background-color: #82000A;
}
</style>
border-color css
<style>
span { border-color: #82000A; }
span { border-color: rgb(130,0,10); }
td.TdClassName
{
border-color: #82000A;
}
.TagClassName
{
border-color: #82000A;
}
</style>