Shades of Rouge #AB3772
Tints of Rouge #AB3772
RGB
CMYK
RGB Variations
Color information
#AB3772 (or 0xAB3772) is known color: Rouge. HEX triplet: AB, 37 and 72. RGB value is (171,55,114). Sum of RGB (Red+Green+Blue) = 171+55+114=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3772 is #54C88D. Grayscale: #606060. Windows color (decimal): -5556366 or 7485355. OLE color: 7485355.
HSL color Cylindrical-coordinate representation of color #AB3772: hue angle of 329.48º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3772 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 114 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.33 |
| HSL | 329.48º | 0.51% | 0.44% | - |
| HSV(B) | 329.48º | 0.68% | 0.67% | - |
| XYZ | 21.2 | 12.61 | 17.24 | - |
| YUV | 96.41 | 137.93 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 114 | 0 | 0.68 | 0.33 | 0.33 | 329.48 | 0.51 | 0.44 |
| Hex | AB | 37 | 72 | 0 | 44 | 21 | 21 | 149 | 33 | 2C |
| Octal | 253 | 67 | 162 | 0 | 104 | 41 | 41 | 511 | 63 | 54 |
| Binary | 10101011 | 110111 | 1110010 | 0 | 1000100 | 100001 | 100001 | 101001001 | 110011 | 101100 |
Color Harmonies of #AB3772
Complementary color
Monochromatic Colors of #AB3772
Black with #AB3772
Text Example
Text Example
White with #AB3772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3772; }
p { color: rgb(171,55,114); }
H1.HeaderClassName
{
color: #AB3772;
}
.AnyTagClassName
{
color: #AB3772;
}
</style>
background-color css
<style>
a { background-color: #AB3772; }
a { background-color: rgb(171,55,114); }
div.DivClassName
{
background-color: #AB3772;
}
.BgClassName
{
background-color: #AB3772;
}
</style>
border-color css
<style>
span { border-color: #AB3772; }
span { border-color: rgb(171,55,114); }
td.TdClassName
{
border-color: #AB3772;
}
.TagClassName
{
border-color: #AB3772;
}
</style>