Shades of Sangria #82000C
Tints of Sangria #82000C
RGB
CMYK
RGB Variations
Color information
#82000C (or 0x82000C) is known color: Sangria. HEX triplet: 82, 00 and 0C. RGB value is (130,0,12). Sum of RGB (Red+Green+Blue) = 130+0+12=142 (18% of max value = 765). Red value is 130 (51.17% from 255 or 91.55% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 130 - color contains mainly: red. Hex color #82000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82000C is #7DFFF3. Grayscale: #282828. Windows color (decimal): -8257524 or 786562. OLE color: 786562.
HSL color Cylindrical-coordinate representation of color #82000C: hue angle of 354.46º 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 #82000C is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.91 | 0.49 |
| HSL | 354.46º | 1% | 0.25% | - |
| HSV(B) | 354.46º | 1% | 0.51% | - |
| XYZ | 9.27 | 4.77 | 0.78 | - |
| YUV | 40.24 | 112.07 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 12 | 0 | 1 | 0.91 | 0.49 | 354.46 | 1 | 0.25 |
| Hex | 82 | 0 | C | 0 | 64 | 5B | 31 | 162 | 64 | 19 |
| Octal | 202 | 0 | 14 | 0 | 144 | 133 | 61 | 542 | 144 | 31 |
| Binary | 10000010 | 0 | 1100 | 0 | 1100100 | 1011011 | 110001 | 101100010 | 1100100 | 11001 |
Color Harmonies of #82000C
Complementary color
Monochromatic Colors of #82000C
Black with #82000C
Text Example
Text Example
White with #82000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82000C; }
p { color: rgb(130,0,12); }
H1.HeaderClassName
{
color: #82000C;
}
.AnyTagClassName
{
color: #82000C;
}
</style>
background-color css
<style>
a { background-color: #82000C; }
a { background-color: rgb(130,0,12); }
div.DivClassName
{
background-color: #82000C;
}
.BgClassName
{
background-color: #82000C;
}
</style>
border-color css
<style>
span { border-color: #82000C; }
span { border-color: rgb(130,0,12); }
td.TdClassName
{
border-color: #82000C;
}
.TagClassName
{
border-color: #82000C;
}
</style>