Shades of Rouge #AD2761
Tints of Rouge #AD2761
RGB
CMYK
RGB Variations
Color information
#AD2761 (or 0xAD2761) is known color: Rouge. HEX triplet: AD, 27 and 61. RGB value is (173,39,97). Sum of RGB (Red+Green+Blue) = 173+39+97=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2761 is #52D89E. Grayscale: #555555. Windows color (decimal): -5429407 or 6367149. OLE color: 6367149.
HSL color Cylindrical-coordinate representation of color #AD2761: hue angle of 334.03º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2761 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 97 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.32 |
| HSL | 334.03º | 0.63% | 0.42% | - |
| HSV(B) | 334.03º | 0.77% | 0.68% | - |
| XYZ | 20.12 | 11.2 | 12.41 | - |
| YUV | 85.68 | 134.39 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 97 | 0 | 0.77 | 0.44 | 0.32 | 334.03 | 0.63 | 0.42 |
| Hex | AD | 27 | 61 | 0 | 4D | 2C | 20 | 14E | 3F | 2A |
| Octal | 255 | 47 | 141 | 0 | 115 | 54 | 40 | 516 | 77 | 52 |
| Binary | 10101101 | 100111 | 1100001 | 0 | 1001101 | 101100 | 100000 | 101001110 | 111111 | 101010 |
Color Harmonies of #AD2761
Complementary color
Monochromatic Colors of #AD2761
Black with #AD2761
Text Example
Text Example
White with #AD2761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2761; }
p { color: rgb(173,39,97); }
H1.HeaderClassName
{
color: #AD2761;
}
.AnyTagClassName
{
color: #AD2761;
}
</style>
background-color css
<style>
a { background-color: #AD2761; }
a { background-color: rgb(173,39,97); }
div.DivClassName
{
background-color: #AD2761;
}
.BgClassName
{
background-color: #AD2761;
}
</style>
border-color css
<style>
span { border-color: #AD2761; }
span { border-color: rgb(173,39,97); }
td.TdClassName
{
border-color: #AD2761;
}
.TagClassName
{
border-color: #AD2761;
}
</style>