Shades of Sangria #82080F
Tints of Sangria #82080F
RGB
CMYK
RGB Variations
Color information
#82080F (or 0x82080F) is known color: Sangria. HEX triplet: 82, 08 and 0F. RGB value is (130,8,15). Sum of RGB (Red+Green+Blue) = 130+8+15=153 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.97% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 130 - color contains mainly: red. Hex color #82080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82080F is #7DF7F0. Grayscale: #2D2D2D. Windows color (decimal): -8255473 or 985218. OLE color: 985218.
HSL color Cylindrical-coordinate representation of color #82080F: hue angle of 356.56º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82080F is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 8 | 15 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.49 |
| HSL | 356.56º | 0.88% | 0.27% | - |
| HSV(B) | 356.56º | 0.94% | 0.51% | - |
| XYZ | 9.38 | 4.95 | 0.91 | - |
| YUV | 45.28 | 110.92 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 8 | 15 | 0 | 0.94 | 0.88 | 0.49 | 356.56 | 0.88 | 0.27 |
| Hex | 82 | 8 | F | 0 | 5E | 58 | 31 | 165 | 58 | 1B |
| Octal | 202 | 10 | 17 | 0 | 136 | 130 | 61 | 545 | 130 | 33 |
| Binary | 10000010 | 1000 | 1111 | 0 | 1011110 | 1011000 | 110001 | 101100101 | 1011000 | 11011 |
Color Harmonies of #82080F
Complementary color
Monochromatic Colors of #82080F
Black with #82080F
Text Example
Text Example
White with #82080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82080F; }
p { color: rgb(130,8,15); }
H1.HeaderClassName
{
color: #82080F;
}
.AnyTagClassName
{
color: #82080F;
}
</style>
background-color css
<style>
a { background-color: #82080F; }
a { background-color: rgb(130,8,15); }
div.DivClassName
{
background-color: #82080F;
}
.BgClassName
{
background-color: #82080F;
}
</style>
border-color css
<style>
span { border-color: #82080F; }
span { border-color: rgb(130,8,15); }
td.TdClassName
{
border-color: #82080F;
}
.TagClassName
{
border-color: #82080F;
}
</style>