Shades of Rouge #AD2B61
Tints of Rouge #AD2B61
RGB
CMYK
RGB Variations
Color information
#AD2B61 (or 0xAD2B61) is known color: Rouge. HEX triplet: AD, 2B and 61. RGB value is (173,43,97). Sum of RGB (Red+Green+Blue) = 173+43+97=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2B61 is #52D49E. Grayscale: #575757. Windows color (decimal): -5428383 or 6368173. OLE color: 6368173.
HSL color Cylindrical-coordinate representation of color #AD2B61: hue angle of 335.08º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2B61 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 97 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.32 |
| HSL | 335.08º | 0.6% | 0.42% | - |
| HSV(B) | 335.08º | 0.75% | 0.68% | - |
| XYZ | 20.26 | 11.48 | 12.46 | - |
| YUV | 88.03 | 133.07 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 97 | 0 | 0.75 | 0.44 | 0.32 | 335.08 | 0.6 | 0.42 |
| Hex | AD | 2B | 61 | 0 | 4B | 2C | 20 | 14F | 3C | 2A |
| Octal | 255 | 53 | 141 | 0 | 113 | 54 | 40 | 517 | 74 | 52 |
| Binary | 10101101 | 101011 | 1100001 | 0 | 1001011 | 101100 | 100000 | 101001111 | 111100 | 101010 |
Color Harmonies of #AD2B61
Complementary color
Monochromatic Colors of #AD2B61
Black with #AD2B61
Text Example
Text Example
White with #AD2B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B61; }
p { color: rgb(173,43,97); }
H1.HeaderClassName
{
color: #AD2B61;
}
.AnyTagClassName
{
color: #AD2B61;
}
</style>
background-color css
<style>
a { background-color: #AD2B61; }
a { background-color: rgb(173,43,97); }
div.DivClassName
{
background-color: #AD2B61;
}
.BgClassName
{
background-color: #AD2B61;
}
</style>
border-color css
<style>
span { border-color: #AD2B61; }
span { border-color: rgb(173,43,97); }
td.TdClassName
{
border-color: #AD2B61;
}
.TagClassName
{
border-color: #AD2B61;
}
</style>