Shades of Sangria #A7050C
Tints of Sangria #A7050C
RGB
CMYK
RGB Variations
Color information
#A7050C (or 0xA7050C) is known color: Sangria. HEX triplet: A7, 05 and 0C. RGB value is (167,5,12). Sum of RGB (Red+Green+Blue) = 167+5+12=184 (24% of max value = 765). Red value is 167 (65.62% from 255 or 90.76% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 167 - color contains mainly: red. Hex color #A7050C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A7050C is #58FAF3. Grayscale: #363636. Windows color (decimal): -5831412 or 787879. OLE color: 787879.
HSL color Cylindrical-coordinate representation of color #A7050C: hue angle of 357.41º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A7050C is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 5 | 12 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.35 |
| HSL | 357.41º | 0.94% | 0.34% | - |
| HSV(B) | 357.41º | 0.97% | 0.65% | - |
| XYZ | 16.06 | 8.35 | 1.11 | - |
| YUV | 54.24 | 104.17 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 12 | 0 | 0.97 | 0.93 | 0.35 | 357.41 | 0.94 | 0.34 |
| Hex | A7 | 5 | C | 0 | 61 | 5D | 23 | 165 | 5E | 22 |
| Octal | 247 | 5 | 14 | 0 | 141 | 135 | 43 | 545 | 136 | 42 |
| Binary | 10100111 | 101 | 1100 | 0 | 1100001 | 1011101 | 100011 | 101100101 | 1011110 | 100010 |
Color Harmonies of #A7050C
Complementary color
Monochromatic Colors of #A7050C
Black with #A7050C
Text Example
Text Example
White with #A7050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7050C; }
p { color: rgb(167,5,12); }
H1.HeaderClassName
{
color: #A7050C;
}
.AnyTagClassName
{
color: #A7050C;
}
</style>
background-color css
<style>
a { background-color: #A7050C; }
a { background-color: rgb(167,5,12); }
div.DivClassName
{
background-color: #A7050C;
}
.BgClassName
{
background-color: #A7050C;
}
</style>
border-color css
<style>
span { border-color: #A7050C; }
span { border-color: rgb(167,5,12); }
td.TdClassName
{
border-color: #A7050C;
}
.TagClassName
{
border-color: #A7050C;
}
</style>