Shades of Sangria #A00709
Tints of Sangria #A00709
RGB
CMYK
RGB Variations
Color information
#A00709 (or 0xA00709) is known color: Sangria. HEX triplet: A0, 07 and 09. RGB value is (160,7,9). Sum of RGB (Red+Green+Blue) = 160+7+9=176 (23% of max value = 765). Red value is 160 (62.89% from 255 or 90.91% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 160 - color contains mainly: red. Hex color #A00709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00709 is #5FF8F6. Grayscale: #353535. Windows color (decimal): -6289655 or 591776. OLE color: 591776.
HSL color Cylindrical-coordinate representation of color #A00709: hue angle of 359.22º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00709 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 7 | 9 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.37 |
| HSL | 359.22º | 0.92% | 0.33% | - |
| HSV(B) | 359.22º | 0.96% | 0.63% | - |
| XYZ | 14.62 | 7.65 | 0.96 | - |
| YUV | 52.98 | 103.19 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 9 | 0 | 0.96 | 0.94 | 0.37 | 359.22 | 0.92 | 0.33 |
| Hex | A0 | 7 | 9 | 0 | 60 | 5E | 25 | 167 | 5C | 21 |
| Octal | 240 | 7 | 11 | 0 | 140 | 136 | 45 | 547 | 134 | 41 |
| Binary | 10100000 | 111 | 1001 | 0 | 1100000 | 1011110 | 100101 | 101100111 | 1011100 | 100001 |
Color Harmonies of #A00709
Complementary color
Monochromatic Colors of #A00709
Black with #A00709
Text Example
Text Example
White with #A00709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00709; }
p { color: rgb(160,7,9); }
H1.HeaderClassName
{
color: #A00709;
}
.AnyTagClassName
{
color: #A00709;
}
</style>
background-color css
<style>
a { background-color: #A00709; }
a { background-color: rgb(160,7,9); }
div.DivClassName
{
background-color: #A00709;
}
.BgClassName
{
background-color: #A00709;
}
</style>
border-color css
<style>
span { border-color: #A00709; }
span { border-color: rgb(160,7,9); }
td.TdClassName
{
border-color: #A00709;
}
.TagClassName
{
border-color: #A00709;
}
</style>