Shades of Rouge #AB3764
Tints of Rouge #AB3764
RGB
CMYK
RGB Variations
Color information
#AB3764 (or 0xAB3764) is known color: Rouge. HEX triplet: AB, 37 and 64. RGB value is (171,55,100). Sum of RGB (Red+Green+Blue) = 171+55+100=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3764 is #54C89B. Grayscale: #5E5E5E. Windows color (decimal): -5556380 or 6567851. OLE color: 6567851.
HSL color Cylindrical-coordinate representation of color #AB3764: hue angle of 336.72º 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 #AB3764 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 100 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.33 |
| HSL | 336.72º | 0.51% | 0.44% | - |
| HSV(B) | 336.72º | 0.68% | 0.67% | - |
| XYZ | 20.46 | 12.31 | 13.35 | - |
| YUV | 94.81 | 130.93 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 100 | 0 | 0.68 | 0.42 | 0.33 | 336.72 | 0.51 | 0.44 |
| Hex | AB | 37 | 64 | 0 | 44 | 2A | 21 | 151 | 33 | 2C |
| Octal | 253 | 67 | 144 | 0 | 104 | 52 | 41 | 521 | 63 | 54 |
| Binary | 10101011 | 110111 | 1100100 | 0 | 1000100 | 101010 | 100001 | 101010001 | 110011 | 101100 |
Color Harmonies of #AB3764
Complementary color
Monochromatic Colors of #AB3764
Black with #AB3764
Text Example
Text Example
White with #AB3764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3764; }
p { color: rgb(171,55,100); }
H1.HeaderClassName
{
color: #AB3764;
}
.AnyTagClassName
{
color: #AB3764;
}
</style>
background-color css
<style>
a { background-color: #AB3764; }
a { background-color: rgb(171,55,100); }
div.DivClassName
{
background-color: #AB3764;
}
.BgClassName
{
background-color: #AB3764;
}
</style>
border-color css
<style>
span { border-color: #AB3764; }
span { border-color: rgb(171,55,100); }
td.TdClassName
{
border-color: #AB3764;
}
.TagClassName
{
border-color: #AB3764;
}
</style>