Shades of Sangria #7A020B
Tints of Sangria #7A020B
RGB
CMYK
RGB Variations
Color information
#7A020B (or 0x7A020B) is known color: Sangria. HEX triplet: 7A, 02 and 0B. RGB value is (122,2,11). Sum of RGB (Red+Green+Blue) = 122+2+11=135 (17% of max value = 765). Red value is 122 (48.05% from 255 or 90.37% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 122 - color contains mainly: red. Hex color #7A020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A020B is #85FDF4. Grayscale: #262626. Windows color (decimal): -8781301 or 721530. OLE color: 721530.
HSL color Cylindrical-coordinate representation of color #7A020B: hue angle of 355.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A020B is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 2 | 11 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.52 |
| HSL | 355.5º | 0.97% | 0.24% | - |
| HSV(B) | 355.5º | 0.98% | 0.48% | - |
| XYZ | 8.11 | 4.21 | 0.7 | - |
| YUV | 38.91 | 112.26 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 11 | 0 | 0.98 | 0.91 | 0.52 | 355.5 | 0.97 | 0.24 |
| Hex | 7A | 2 | B | 0 | 62 | 5B | 34 | 164 | 61 | 18 |
| Octal | 172 | 2 | 13 | 0 | 142 | 133 | 64 | 544 | 141 | 30 |
| Binary | 1111010 | 10 | 1011 | 0 | 1100010 | 1011011 | 110100 | 101100100 | 1100001 | 11000 |
Color Harmonies of #7A020B
Complementary color
Monochromatic Colors of #7A020B
Black with #7A020B
Text Example
Text Example
White with #7A020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A020B; }
p { color: rgb(122,2,11); }
H1.HeaderClassName
{
color: #7A020B;
}
.AnyTagClassName
{
color: #7A020B;
}
</style>
background-color css
<style>
a { background-color: #7A020B; }
a { background-color: rgb(122,2,11); }
div.DivClassName
{
background-color: #7A020B;
}
.BgClassName
{
background-color: #7A020B;
}
</style>
border-color css
<style>
span { border-color: #7A020B; }
span { border-color: rgb(122,2,11); }
td.TdClassName
{
border-color: #7A020B;
}
.TagClassName
{
border-color: #7A020B;
}
</style>