Shades of Rouge #AD3571
Tints of Rouge #AD3571
RGB
CMYK
RGB Variations
Color information
#AD3571 (or 0xAD3571) is known color: Rouge. HEX triplet: AD, 35 and 71. RGB value is (173,53,113). Sum of RGB (Red+Green+Blue) = 173+53+113=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3571 is #52CA8E. Grayscale: #5F5F5F. Windows color (decimal): -5425807 or 7419309. OLE color: 7419309.
HSL color Cylindrical-coordinate representation of color #AD3571: hue angle of 330º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3571 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 113 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.32 |
| HSL | 330º | 0.53% | 0.44% | - |
| HSV(B) | 330º | 0.69% | 0.68% | - |
| XYZ | 21.49 | 12.62 | 16.93 | - |
| YUV | 95.72 | 137.76 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 113 | 0 | 0.69 | 0.35 | 0.32 | 330 | 0.53 | 0.44 |
| Hex | AD | 35 | 71 | 0 | 45 | 23 | 20 | 14A | 35 | 2C |
| Octal | 255 | 65 | 161 | 0 | 105 | 43 | 40 | 512 | 65 | 54 |
| Binary | 10101101 | 110101 | 1110001 | 0 | 1000101 | 100011 | 100000 | 101001010 | 110101 | 101100 |
Color Harmonies of #AD3571
Complementary color
Monochromatic Colors of #AD3571
Black with #AD3571
Text Example
Text Example
White with #AD3571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3571; }
p { color: rgb(173,53,113); }
H1.HeaderClassName
{
color: #AD3571;
}
.AnyTagClassName
{
color: #AD3571;
}
</style>
background-color css
<style>
a { background-color: #AD3571; }
a { background-color: rgb(173,53,113); }
div.DivClassName
{
background-color: #AD3571;
}
.BgClassName
{
background-color: #AD3571;
}
</style>
border-color css
<style>
span { border-color: #AD3571; }
span { border-color: rgb(173,53,113); }
td.TdClassName
{
border-color: #AD3571;
}
.TagClassName
{
border-color: #AD3571;
}
</style>