Shades of Sangria #7A0208
Tints of Sangria #7A0208
RGB
CMYK
RGB Variations
Color information
#7A0208 (or 0x7A0208) is known color: Sangria. HEX triplet: 7A, 02 and 08. RGB value is (122,2,8). Sum of RGB (Red+Green+Blue) = 122+2+8=132 (17% of max value = 765). Red value is 122 (48.05% from 255 or 92.42% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0208 is #85FDF7. Grayscale: #262626. Windows color (decimal): -8781304 or 524922. OLE color: 524922.
HSL color Cylindrical-coordinate representation of color #7A0208: hue angle of 357º 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 #7A0208 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 2 | 8 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.52 |
| HSL | 357º | 0.97% | 0.24% | - |
| HSV(B) | 357º | 0.98% | 0.48% | - |
| XYZ | 8.09 | 4.2 | 0.61 | - |
| YUV | 38.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 8 | 0 | 0.98 | 0.93 | 0.52 | 357 | 0.97 | 0.24 |
| Hex | 7A | 2 | 8 | 0 | 62 | 5D | 34 | 165 | 61 | 18 |
| Octal | 172 | 2 | 10 | 0 | 142 | 135 | 64 | 545 | 141 | 30 |
| Binary | 1111010 | 10 | 1000 | 0 | 1100010 | 1011101 | 110100 | 101100101 | 1100001 | 11000 |
Color Harmonies of #7A0208
Complementary color
Monochromatic Colors of #7A0208
Black with #7A0208
Text Example
Text Example
White with #7A0208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0208; }
p { color: rgb(122,2,8); }
H1.HeaderClassName
{
color: #7A0208;
}
.AnyTagClassName
{
color: #7A0208;
}
</style>
background-color css
<style>
a { background-color: #7A0208; }
a { background-color: rgb(122,2,8); }
div.DivClassName
{
background-color: #7A0208;
}
.BgClassName
{
background-color: #7A0208;
}
</style>
border-color css
<style>
span { border-color: #7A0208; }
span { border-color: rgb(122,2,8); }
td.TdClassName
{
border-color: #7A0208;
}
.TagClassName
{
border-color: #7A0208;
}
</style>