Shades of Sangria #AD0507
Tints of Sangria #AD0507
RGB
CMYK
RGB Variations
Color information
#AD0507 (or 0xAD0507) is known color: Sangria. HEX triplet: AD, 05 and 07. RGB value is (173,5,7). Sum of RGB (Red+Green+Blue) = 173+5+7=185 (24% of max value = 765). Red value is 173 (67.97% from 255 or 93.51% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0507 is #52FAF8. Grayscale: #373737. Windows color (decimal): -5438201 or 460205. OLE color: 460205.
HSL color Cylindrical-coordinate representation of color #AD0507: hue angle of 359.29º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0507 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 7 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.32 |
| HSL | 359.29º | 0.94% | 0.35% | - |
| HSV(B) | 359.29º | 0.97% | 0.68% | - |
| XYZ | 17.33 | 9.01 | 1.03 | - |
| YUV | 55.46 | 100.66 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 7 | 0 | 0.97 | 0.96 | 0.32 | 359.29 | 0.94 | 0.35 |
| Hex | AD | 5 | 7 | 0 | 61 | 60 | 20 | 167 | 5E | 23 |
| Octal | 255 | 5 | 7 | 0 | 141 | 140 | 40 | 547 | 136 | 43 |
| Binary | 10101101 | 101 | 111 | 0 | 1100001 | 1100000 | 100000 | 101100111 | 1011110 | 100011 |
Color Harmonies of #AD0507
Complementary color
Monochromatic Colors of #AD0507
Black with #AD0507
Text Example
Text Example
White with #AD0507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0507; }
p { color: rgb(173,5,7); }
H1.HeaderClassName
{
color: #AD0507;
}
.AnyTagClassName
{
color: #AD0507;
}
</style>
background-color css
<style>
a { background-color: #AD0507; }
a { background-color: rgb(173,5,7); }
div.DivClassName
{
background-color: #AD0507;
}
.BgClassName
{
background-color: #AD0507;
}
</style>
border-color css
<style>
span { border-color: #AD0507; }
span { border-color: rgb(173,5,7); }
td.TdClassName
{
border-color: #AD0507;
}
.TagClassName
{
border-color: #AD0507;
}
</style>