Shades of Sangria #A80809
Tints of Sangria #A80809
RGB
CMYK
RGB Variations
Color information
#A80809 (or 0xA80809) is known color: Sangria. HEX triplet: A8, 08 and 09. RGB value is (168,8,9). Sum of RGB (Red+Green+Blue) = 168+8+9=185 (24% of max value = 765). Red value is 168 (66.02% from 255 or 90.81% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 168 - color contains mainly: red. Hex color #A80809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80809 is #57F7F6. Grayscale: #383838. Windows color (decimal): -5765111 or 592040. OLE color: 592040.
HSL color Cylindrical-coordinate representation of color #A80809: hue angle of 359.62º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80809 is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 8 | 9 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.34 |
| HSL | 359.63º | 0.91% | 0.35% | - |
| HSV(B) | 359.63º | 0.95% | 0.66% | - |
| XYZ | 16.28 | 8.52 | 1.04 | - |
| YUV | 55.95 | 101.51 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 9 | 0 | 0.95 | 0.95 | 0.34 | 359.63 | 0.91 | 0.35 |
| Hex | A8 | 8 | 9 | 0 | 5F | 5F | 22 | 168 | 5B | 23 |
| Octal | 250 | 10 | 11 | 0 | 137 | 137 | 42 | 550 | 133 | 43 |
| Binary | 10101000 | 1000 | 1001 | 0 | 1011111 | 1011111 | 100010 | 101101000 | 1011011 | 100011 |
Color Harmonies of #A80809
Complementary color
Monochromatic Colors of #A80809
Black with #A80809
Text Example
Text Example
White with #A80809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80809; }
p { color: rgb(168,8,9); }
H1.HeaderClassName
{
color: #A80809;
}
.AnyTagClassName
{
color: #A80809;
}
</style>
background-color css
<style>
a { background-color: #A80809; }
a { background-color: rgb(168,8,9); }
div.DivClassName
{
background-color: #A80809;
}
.BgClassName
{
background-color: #A80809;
}
</style>
border-color css
<style>
span { border-color: #A80809; }
span { border-color: rgb(168,8,9); }
td.TdClassName
{
border-color: #A80809;
}
.TagClassName
{
border-color: #A80809;
}
</style>