Shades of Sangria #7A080B
Tints of Sangria #7A080B
RGB
CMYK
RGB Variations
Color information
#7A080B (or 0x7A080B) is known color: Sangria. HEX triplet: 7A, 08 and 0B. RGB value is (122,8,11). Sum of RGB (Red+Green+Blue) = 122+8+11=141 (18% of max value = 765). Red value is 122 (48.05% from 255 or 86.52% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 122 - color contains mainly: red. Hex color #7A080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A080B is #85F7F4. Grayscale: #2A2A2A. Windows color (decimal): -8779765 or 723066. OLE color: 723066.
HSL color Cylindrical-coordinate representation of color #7A080B: hue angle of 358.42º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A080B is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 11 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.52 |
| HSL | 358.42º | 0.88% | 0.25% | - |
| HSV(B) | 358.42º | 0.93% | 0.48% | - |
| XYZ | 8.17 | 4.34 | 0.72 | - |
| YUV | 42.43 | 110.27 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 11 | 0 | 0.93 | 0.91 | 0.52 | 358.42 | 0.88 | 0.25 |
| Hex | 7A | 8 | B | 0 | 5D | 5B | 34 | 166 | 58 | 19 |
| Octal | 172 | 10 | 13 | 0 | 135 | 133 | 64 | 546 | 130 | 31 |
| Binary | 1111010 | 1000 | 1011 | 0 | 1011101 | 1011011 | 110100 | 101100110 | 1011000 | 11001 |
Color Harmonies of #7A080B
Complementary color
Monochromatic Colors of #7A080B
Black with #7A080B
Text Example
Text Example
White with #7A080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A080B; }
p { color: rgb(122,8,11); }
H1.HeaderClassName
{
color: #7A080B;
}
.AnyTagClassName
{
color: #7A080B;
}
</style>
background-color css
<style>
a { background-color: #7A080B; }
a { background-color: rgb(122,8,11); }
div.DivClassName
{
background-color: #7A080B;
}
.BgClassName
{
background-color: #7A080B;
}
</style>
border-color css
<style>
span { border-color: #7A080B; }
span { border-color: rgb(122,8,11); }
td.TdClassName
{
border-color: #7A080B;
}
.TagClassName
{
border-color: #7A080B;
}
</style>