Shades of Sangria #A90107
Tints of Sangria #A90107
RGB
CMYK
RGB Variations
Color information
#A90107 (or 0xA90107) is known color: Sangria. HEX triplet: A9, 01 and 07. RGB value is (169,1,7). Sum of RGB (Red+Green+Blue) = 169+1+7=177 (23% of max value = 765). Red value is 169 (66.41% from 255 or 95.48% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 169 - color contains mainly: red. Hex color #A90107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90107 is #56FEF8. Grayscale: #343434. Windows color (decimal): -5701369 or 459177. OLE color: 459177.
HSL color Cylindrical-coordinate representation of color #A90107: hue angle of 357.86º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90107 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 7 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.34 |
| HSL | 357.86º | 0.99% | 0.33% | - |
| HSV(B) | 357.86º | 0.99% | 0.66% | - |
| XYZ | 16.41 | 8.47 | 0.97 | - |
| YUV | 51.92 | 102.66 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 7 | 0 | 0.99 | 0.96 | 0.34 | 357.86 | 0.99 | 0.33 |
| Hex | A9 | 1 | 7 | 0 | 63 | 60 | 22 | 166 | 63 | 21 |
| Octal | 251 | 1 | 7 | 0 | 143 | 140 | 42 | 546 | 143 | 41 |
| Binary | 10101001 | 1 | 111 | 0 | 1100011 | 1100000 | 100010 | 101100110 | 1100011 | 100001 |
Color Harmonies of #A90107
Complementary color
Monochromatic Colors of #A90107
Black with #A90107
Text Example
Text Example
White with #A90107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90107; }
p { color: rgb(169,1,7); }
H1.HeaderClassName
{
color: #A90107;
}
.AnyTagClassName
{
color: #A90107;
}
</style>
background-color css
<style>
a { background-color: #A90107; }
a { background-color: rgb(169,1,7); }
div.DivClassName
{
background-color: #A90107;
}
.BgClassName
{
background-color: #A90107;
}
</style>
border-color css
<style>
span { border-color: #A90107; }
span { border-color: rgb(169,1,7); }
td.TdClassName
{
border-color: #A90107;
}
.TagClassName
{
border-color: #A90107;
}
</style>