Shades of Sangria #A50009
Tints of Sangria #A50009
RGB
CMYK
RGB Variations
Color information
#A50009 (or 0xA50009) is known color: Sangria. HEX triplet: A5, 00 and 09. RGB value is (165,0,9). Sum of RGB (Red+Green+Blue) = 165+0+9=174 (23% of max value = 765). Red value is 165 (64.84% from 255 or 94.83% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 165 - color contains mainly: red. Hex color #A50009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50009 is #5AFFF6. Grayscale: #323232. Windows color (decimal): -5963767 or 589989. OLE color: 589989.
HSL color Cylindrical-coordinate representation of color #A50009: hue angle of 356.73º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A50009 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.95 | 0.35 |
| HSL | 356.73º | 1% | 0.32% | - |
| HSV(B) | 356.73º | 1% | 0.65% | - |
| XYZ | 15.57 | 8.02 | 0.99 | - |
| YUV | 50.36 | 104.66 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 9 | 0 | 1 | 0.95 | 0.35 | 356.73 | 1 | 0.32 |
| Hex | A5 | 0 | 9 | 0 | 64 | 5F | 23 | 165 | 64 | 20 |
| Octal | 245 | 0 | 11 | 0 | 144 | 137 | 43 | 545 | 144 | 40 |
| Binary | 10100101 | 0 | 1001 | 0 | 1100100 | 1011111 | 100011 | 101100101 | 1100100 | 100000 |
Color Harmonies of #A50009
Complementary color
Monochromatic Colors of #A50009
Black with #A50009
Text Example
Text Example
White with #A50009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50009; }
p { color: rgb(165,0,9); }
H1.HeaderClassName
{
color: #A50009;
}
.AnyTagClassName
{
color: #A50009;
}
</style>
background-color css
<style>
a { background-color: #A50009; }
a { background-color: rgb(165,0,9); }
div.DivClassName
{
background-color: #A50009;
}
.BgClassName
{
background-color: #A50009;
}
</style>
border-color css
<style>
span { border-color: #A50009; }
span { border-color: rgb(165,0,9); }
td.TdClassName
{
border-color: #A50009;
}
.TagClassName
{
border-color: #A50009;
}
</style>