Shades of Sangria #A90007
Tints of Sangria #A90007
RGB
CMYK
RGB Variations
Color information
#A90007 (or 0xA90007) is known color: Sangria. HEX triplet: A9, 00 and 07. RGB value is (169,0,7). Sum of RGB (Red+Green+Blue) = 169+0+7=176 (23% of max value = 765). Red value is 169 (66.41% from 255 or 96.02% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 169 - color contains mainly: red. Hex color #A90007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90007 is #56FFF8. Grayscale: #333333. Windows color (decimal): -5701625 or 458921. OLE color: 458921.
HSL color Cylindrical-coordinate representation of color #A90007: hue angle of 357.51º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A90007 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.96 | 0.34 |
| HSL | 357.51º | 1% | 0.33% | - |
| HSV(B) | 357.51º | 1% | 0.66% | - |
| XYZ | 16.4 | 8.45 | 0.97 | - |
| YUV | 51.33 | 102.99 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 7 | 0 | 1 | 0.96 | 0.34 | 357.51 | 1 | 0.33 |
| Hex | A9 | 0 | 7 | 0 | 64 | 60 | 22 | 166 | 64 | 21 |
| Octal | 251 | 0 | 7 | 0 | 144 | 140 | 42 | 546 | 144 | 41 |
| Binary | 10101001 | 0 | 111 | 0 | 1100100 | 1100000 | 100010 | 101100110 | 1100100 | 100001 |
Color Harmonies of #A90007
Complementary color
Monochromatic Colors of #A90007
Black with #A90007
Text Example
Text Example
White with #A90007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90007; }
p { color: rgb(169,0,7); }
H1.HeaderClassName
{
color: #A90007;
}
.AnyTagClassName
{
color: #A90007;
}
</style>
background-color css
<style>
a { background-color: #A90007; }
a { background-color: rgb(169,0,7); }
div.DivClassName
{
background-color: #A90007;
}
.BgClassName
{
background-color: #A90007;
}
</style>
border-color css
<style>
span { border-color: #A90007; }
span { border-color: rgb(169,0,7); }
td.TdClassName
{
border-color: #A90007;
}
.TagClassName
{
border-color: #A90007;
}
</style>