Shades of Rouge #AB3872
Tints of Rouge #AB3872
RGB
CMYK
RGB Variations
Color information
#AB3872 (or 0xAB3872) is known color: Rouge. HEX triplet: AB, 38 and 72. RGB value is (171,56,114). Sum of RGB (Red+Green+Blue) = 171+56+114=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3872 is #54C78D. Grayscale: #606060. Windows color (decimal): -5556110 or 7485611. OLE color: 7485611.
HSL color Cylindrical-coordinate representation of color #AB3872: hue angle of 329.74º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3872 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 56 | 114 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.33 |
| HSL | 329.74º | 0.51% | 0.45% | - |
| HSV(B) | 329.74º | 0.67% | 0.67% | - |
| XYZ | 21.25 | 12.7 | 17.25 | - |
| YUV | 97 | 137.6 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 114 | 0 | 0.67 | 0.33 | 0.33 | 329.74 | 0.51 | 0.45 |
| Hex | AB | 38 | 72 | 0 | 43 | 21 | 21 | 14A | 33 | 2D |
| Octal | 253 | 70 | 162 | 0 | 103 | 41 | 41 | 512 | 63 | 55 |
| Binary | 10101011 | 111000 | 1110010 | 0 | 1000011 | 100001 | 100001 | 101001010 | 110011 | 101101 |
Color Harmonies of #AB3872
Complementary color
Monochromatic Colors of #AB3872
Black with #AB3872
Text Example
Text Example
White with #AB3872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3872; }
p { color: rgb(171,56,114); }
H1.HeaderClassName
{
color: #AB3872;
}
.AnyTagClassName
{
color: #AB3872;
}
</style>
background-color css
<style>
a { background-color: #AB3872; }
a { background-color: rgb(171,56,114); }
div.DivClassName
{
background-color: #AB3872;
}
.BgClassName
{
background-color: #AB3872;
}
</style>
border-color css
<style>
span { border-color: #AB3872; }
span { border-color: rgb(171,56,114); }
td.TdClassName
{
border-color: #AB3872;
}
.TagClassName
{
border-color: #AB3872;
}
</style>