Shades of Sangria #A7060D
Tints of Sangria #A7060D
RGB
CMYK
RGB Variations
Color information
#A7060D (or 0xA7060D) is known color: Sangria. HEX triplet: A7, 06 and 0D. RGB value is (167,6,13). Sum of RGB (Red+Green+Blue) = 167+6+13=186 (24% of max value = 765). Red value is 167 (65.62% from 255 or 89.78% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 167 - color contains mainly: red. Hex color #A7060D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A7060D is #58F9F2. Grayscale: #373737. Windows color (decimal): -5831155 or 853671. OLE color: 853671.
HSL color Cylindrical-coordinate representation of color #A7060D: hue angle of 357.39º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A7060D is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 6 | 13 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.35 |
| HSL | 357.39º | 0.93% | 0.34% | - |
| HSV(B) | 357.39º | 0.96% | 0.65% | - |
| XYZ | 16.07 | 8.37 | 1.15 | - |
| YUV | 54.94 | 104.34 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 6 | 13 | 0 | 0.96 | 0.92 | 0.35 | 357.39 | 0.93 | 0.34 |
| Hex | A7 | 6 | D | 0 | 60 | 5C | 23 | 165 | 5D | 22 |
| Octal | 247 | 6 | 15 | 0 | 140 | 134 | 43 | 545 | 135 | 42 |
| Binary | 10100111 | 110 | 1101 | 0 | 1100000 | 1011100 | 100011 | 101100101 | 1011101 | 100010 |
Color Harmonies of #A7060D
Complementary color
Monochromatic Colors of #A7060D
Black with #A7060D
Text Example
Text Example
White with #A7060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7060D; }
p { color: rgb(167,6,13); }
H1.HeaderClassName
{
color: #A7060D;
}
.AnyTagClassName
{
color: #A7060D;
}
</style>
background-color css
<style>
a { background-color: #A7060D; }
a { background-color: rgb(167,6,13); }
div.DivClassName
{
background-color: #A7060D;
}
.BgClassName
{
background-color: #A7060D;
}
</style>
border-color css
<style>
span { border-color: #A7060D; }
span { border-color: rgb(167,6,13); }
td.TdClassName
{
border-color: #A7060D;
}
.TagClassName
{
border-color: #A7060D;
}
</style>