Shades of Sangria #A20809
Tints of Sangria #A20809
RGB
CMYK
RGB Variations
Color information
#A20809 (or 0xA20809) is known color: Sangria. HEX triplet: A2, 08 and 09. RGB value is (162,8,9). Sum of RGB (Red+Green+Blue) = 162+8+9=179 (23% of max value = 765). Red value is 162 (63.67% from 255 or 90.50% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 162 - color contains mainly: red. Hex color #A20809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20809 is #5DF7F6. Grayscale: #363636. Windows color (decimal): -6158327 or 592034. OLE color: 592034.
HSL color Cylindrical-coordinate representation of color #A20809: hue angle of 359.61º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20809 is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 9 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.36 |
| HSL | 359.61º | 0.91% | 0.33% | - |
| HSV(B) | 359.61º | 0.95% | 0.64% | - |
| XYZ | 15.04 | 7.87 | 0.99 | - |
| YUV | 54.16 | 102.52 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 9 | 0 | 0.95 | 0.94 | 0.36 | 359.61 | 0.91 | 0.33 |
| Hex | A2 | 8 | 9 | 0 | 5F | 5E | 24 | 168 | 5B | 21 |
| Octal | 242 | 10 | 11 | 0 | 137 | 136 | 44 | 550 | 133 | 41 |
| Binary | 10100010 | 1000 | 1001 | 0 | 1011111 | 1011110 | 100100 | 101101000 | 1011011 | 100001 |
Color Harmonies of #A20809
Complementary color
Monochromatic Colors of #A20809
Black with #A20809
Text Example
Text Example
White with #A20809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20809; }
p { color: rgb(162,8,9); }
H1.HeaderClassName
{
color: #A20809;
}
.AnyTagClassName
{
color: #A20809;
}
</style>
background-color css
<style>
a { background-color: #A20809; }
a { background-color: rgb(162,8,9); }
div.DivClassName
{
background-color: #A20809;
}
.BgClassName
{
background-color: #A20809;
}
</style>
border-color css
<style>
span { border-color: #A20809; }
span { border-color: rgb(162,8,9); }
td.TdClassName
{
border-color: #A20809;
}
.TagClassName
{
border-color: #A20809;
}
</style>