Shades of Rouge #AB3671
Tints of Rouge #AB3671
RGB
CMYK
RGB Variations
Color information
#AB3671 (or 0xAB3671) is known color: Rouge. HEX triplet: AB, 36 and 71. RGB value is (171,54,113). Sum of RGB (Red+Green+Blue) = 171+54+113=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3671 is #54C98E. Grayscale: #5F5F5F. Windows color (decimal): -5556623 or 7419563. OLE color: 7419563.
HSL color Cylindrical-coordinate representation of color #AB3671: hue angle of 329.74º degrees, saturation: 0.52, 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 #AB3671 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 113 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.33 |
| HSL | 329.74º | 0.52% | 0.44% | - |
| HSV(B) | 329.74º | 0.68% | 0.67% | - |
| XYZ | 21.09 | 12.49 | 16.92 | - |
| YUV | 95.71 | 137.76 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 113 | 0 | 0.68 | 0.34 | 0.33 | 329.74 | 0.52 | 0.44 |
| Hex | AB | 36 | 71 | 0 | 44 | 22 | 21 | 14A | 34 | 2C |
| Octal | 253 | 66 | 161 | 0 | 104 | 42 | 41 | 512 | 64 | 54 |
| Binary | 10101011 | 110110 | 1110001 | 0 | 1000100 | 100010 | 100001 | 101001010 | 110100 | 101100 |
Color Harmonies of #AB3671
Complementary color
Monochromatic Colors of #AB3671
Black with #AB3671
Text Example
Text Example
White with #AB3671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3671; }
p { color: rgb(171,54,113); }
H1.HeaderClassName
{
color: #AB3671;
}
.AnyTagClassName
{
color: #AB3671;
}
</style>
background-color css
<style>
a { background-color: #AB3671; }
a { background-color: rgb(171,54,113); }
div.DivClassName
{
background-color: #AB3671;
}
.BgClassName
{
background-color: #AB3671;
}
</style>
border-color css
<style>
span { border-color: #AB3671; }
span { border-color: rgb(171,54,113); }
td.TdClassName
{
border-color: #AB3671;
}
.TagClassName
{
border-color: #AB3671;
}
</style>