Shades of Rouge #AB3771
Tints of Rouge #AB3771
RGB
CMYK
RGB Variations
Color information
#AB3771 (or 0xAB3771) is known color: Rouge. HEX triplet: AB, 37 and 71. RGB value is (171,55,113). Sum of RGB (Red+Green+Blue) = 171+55+113=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3771 is #54C88E. Grayscale: #606060. Windows color (decimal): -5556367 or 7419819. OLE color: 7419819.
HSL color Cylindrical-coordinate representation of color #AB3771: hue angle of 330º 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 #AB3771 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 113 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.33 |
| HSL | 330º | 0.51% | 0.44% | - |
| HSV(B) | 330º | 0.68% | 0.67% | - |
| XYZ | 21.14 | 12.58 | 16.94 | - |
| YUV | 96.3 | 137.43 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 113 | 0 | 0.68 | 0.34 | 0.33 | 330 | 0.51 | 0.44 |
| Hex | AB | 37 | 71 | 0 | 44 | 22 | 21 | 14A | 33 | 2C |
| Octal | 253 | 67 | 161 | 0 | 104 | 42 | 41 | 512 | 63 | 54 |
| Binary | 10101011 | 110111 | 1110001 | 0 | 1000100 | 100010 | 100001 | 101001010 | 110011 | 101100 |
Color Harmonies of #AB3771
Complementary color
Monochromatic Colors of #AB3771
Black with #AB3771
Text Example
Text Example
White with #AB3771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3771; }
p { color: rgb(171,55,113); }
H1.HeaderClassName
{
color: #AB3771;
}
.AnyTagClassName
{
color: #AB3771;
}
</style>
background-color css
<style>
a { background-color: #AB3771; }
a { background-color: rgb(171,55,113); }
div.DivClassName
{
background-color: #AB3771;
}
.BgClassName
{
background-color: #AB3771;
}
</style>
border-color css
<style>
span { border-color: #AB3771; }
span { border-color: rgb(171,55,113); }
td.TdClassName
{
border-color: #AB3771;
}
.TagClassName
{
border-color: #AB3771;
}
</style>