Shades of Sangria #A9070D
Tints of Sangria #A9070D
RGB
CMYK
RGB Variations
Color information
#A9070D (or 0xA9070D) is known color: Sangria. HEX triplet: A9, 07 and 0D. RGB value is (169,7,13). Sum of RGB (Red+Green+Blue) = 169+7+13=189 (25% of max value = 765). Red value is 169 (66.41% from 255 or 89.42% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 169 - color contains mainly: red. Hex color #A9070D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9070D is #56F8F2. Grayscale: #383838. Windows color (decimal): -5699827 or 853929. OLE color: 853929.
HSL color Cylindrical-coordinate representation of color #A9070D: hue angle of 357.78º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A9070D is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 7 | 13 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.34 |
| HSL | 357.78º | 0.92% | 0.35% | - |
| HSV(B) | 357.78º | 0.96% | 0.66% | - |
| XYZ | 16.51 | 8.62 | 1.17 | - |
| YUV | 56.12 | 103.67 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 7 | 13 | 0 | 0.96 | 0.92 | 0.34 | 357.78 | 0.92 | 0.35 |
| Hex | A9 | 7 | D | 0 | 60 | 5C | 22 | 166 | 5C | 23 |
| Octal | 251 | 7 | 15 | 0 | 140 | 134 | 42 | 546 | 134 | 43 |
| Binary | 10101001 | 111 | 1101 | 0 | 1100000 | 1011100 | 100010 | 101100110 | 1011100 | 100011 |
Color Harmonies of #A9070D
Complementary color
Monochromatic Colors of #A9070D
Black with #A9070D
Text Example
Text Example
White with #A9070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9070D; }
p { color: rgb(169,7,13); }
H1.HeaderClassName
{
color: #A9070D;
}
.AnyTagClassName
{
color: #A9070D;
}
</style>
background-color css
<style>
a { background-color: #A9070D; }
a { background-color: rgb(169,7,13); }
div.DivClassName
{
background-color: #A9070D;
}
.BgClassName
{
background-color: #A9070D;
}
</style>
border-color css
<style>
span { border-color: #A9070D; }
span { border-color: rgb(169,7,13); }
td.TdClassName
{
border-color: #A9070D;
}
.TagClassName
{
border-color: #A9070D;
}
</style>