Shades of Sangria #82070C
Tints of Sangria #82070C
RGB
CMYK
RGB Variations
Color information
#82070C (or 0x82070C) is known color: Sangria. HEX triplet: 82, 07 and 0C. RGB value is (130,7,12). Sum of RGB (Red+Green+Blue) = 130+7+12=149 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.25% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 130 - color contains mainly: red. Hex color #82070C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82070C is #7DF8F3. Grayscale: #2C2C2C. Windows color (decimal): -8255732 or 788354. OLE color: 788354.
HSL color Cylindrical-coordinate representation of color #82070C: hue angle of 357.56º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82070C is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 7 | 12 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.49 |
| HSL | 357.56º | 0.9% | 0.27% | - |
| HSV(B) | 357.56º | 0.95% | 0.51% | - |
| XYZ | 9.35 | 4.92 | 0.81 | - |
| YUV | 44.35 | 109.75 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 7 | 12 | 0 | 0.95 | 0.91 | 0.49 | 357.56 | 0.9 | 0.27 |
| Hex | 82 | 7 | C | 0 | 5F | 5B | 31 | 166 | 5A | 1B |
| Octal | 202 | 7 | 14 | 0 | 137 | 133 | 61 | 546 | 132 | 33 |
| Binary | 10000010 | 111 | 1100 | 0 | 1011111 | 1011011 | 110001 | 101100110 | 1011010 | 11011 |
Color Harmonies of #82070C
Complementary color
Monochromatic Colors of #82070C
Black with #82070C
Text Example
Text Example
White with #82070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82070C; }
p { color: rgb(130,7,12); }
H1.HeaderClassName
{
color: #82070C;
}
.AnyTagClassName
{
color: #82070C;
}
</style>
background-color css
<style>
a { background-color: #82070C; }
a { background-color: rgb(130,7,12); }
div.DivClassName
{
background-color: #82070C;
}
.BgClassName
{
background-color: #82070C;
}
</style>
border-color css
<style>
span { border-color: #82070C; }
span { border-color: rgb(130,7,12); }
td.TdClassName
{
border-color: #82070C;
}
.TagClassName
{
border-color: #82070C;
}
</style>