Shades of Sangria #7A090C
Tints of Sangria #7A090C
RGB
CMYK
RGB Variations
Color information
#7A090C (or 0x7A090C) is known color: Sangria. HEX triplet: 7A, 09 and 0C. RGB value is (122,9,12). Sum of RGB (Red+Green+Blue) = 122+9+12=143 (18% of max value = 765). Red value is 122 (48.05% from 255 or 85.31% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 122 - color contains mainly: red. Hex color #7A090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A090C is #85F6F3. Grayscale: #2B2B2B. Windows color (decimal): -8779508 or 788858. OLE color: 788858.
HSL color Cylindrical-coordinate representation of color #7A090C: hue angle of 358.41º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A090C is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 9 | 12 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.52 |
| HSL | 358.41º | 0.86% | 0.26% | - |
| HSV(B) | 358.41º | 0.93% | 0.48% | - |
| XYZ | 8.19 | 4.36 | 0.76 | - |
| YUV | 43.13 | 110.44 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 9 | 12 | 0 | 0.93 | 0.90 | 0.52 | 358.41 | 0.86 | 0.26 |
| Hex | 7A | 9 | C | 0 | 5D | 5A | 34 | 166 | 56 | 1A |
| Octal | 172 | 11 | 14 | 0 | 135 | 132 | 64 | 546 | 126 | 32 |
| Binary | 1111010 | 1001 | 1100 | 0 | 1011101 | 1011010 | 110100 | 101100110 | 1010110 | 11010 |
Color Harmonies of #7A090C
Complementary color
Monochromatic Colors of #7A090C
Black with #7A090C
Text Example
Text Example
White with #7A090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A090C; }
p { color: rgb(122,9,12); }
H1.HeaderClassName
{
color: #7A090C;
}
.AnyTagClassName
{
color: #7A090C;
}
</style>
background-color css
<style>
a { background-color: #7A090C; }
a { background-color: rgb(122,9,12); }
div.DivClassName
{
background-color: #7A090C;
}
.BgClassName
{
background-color: #7A090C;
}
</style>
border-color css
<style>
span { border-color: #7A090C; }
span { border-color: rgb(122,9,12); }
td.TdClassName
{
border-color: #7A090C;
}
.TagClassName
{
border-color: #7A090C;
}
</style>