Shades of Rouge #AB375E
Tints of Rouge #AB375E
RGB
CMYK
RGB Variations
Color information
#AB375E (or 0xAB375E) is known color: Rouge. HEX triplet: AB, 37 and 5E. RGB value is (171,55,94). Sum of RGB (Red+Green+Blue) = 171+55+94=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB375E is #54C8A1. Grayscale: #5E5E5E. Windows color (decimal): -5556386 or 6174635. OLE color: 6174635.
HSL color Cylindrical-coordinate representation of color #AB375E: hue angle of 339.83º 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 #AB375E is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 94 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.33 |
| HSL | 339.83º | 0.51% | 0.44% | - |
| HSV(B) | 339.83º | 0.68% | 0.67% | - |
| XYZ | 20.18 | 12.2 | 11.88 | - |
| YUV | 94.13 | 127.93 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 94 | 0 | 0.68 | 0.45 | 0.33 | 339.83 | 0.51 | 0.44 |
| Hex | AB | 37 | 5E | 0 | 44 | 2D | 21 | 154 | 33 | 2C |
| Octal | 253 | 67 | 136 | 0 | 104 | 55 | 41 | 524 | 63 | 54 |
| Binary | 10101011 | 110111 | 1011110 | 0 | 1000100 | 101101 | 100001 | 101010100 | 110011 | 101100 |
Color Harmonies of #AB375E
Complementary color
Monochromatic Colors of #AB375E
Black with #AB375E
Text Example
Text Example
White with #AB375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB375E; }
p { color: rgb(171,55,94); }
H1.HeaderClassName
{
color: #AB375E;
}
.AnyTagClassName
{
color: #AB375E;
}
</style>
background-color css
<style>
a { background-color: #AB375E; }
a { background-color: rgb(171,55,94); }
div.DivClassName
{
background-color: #AB375E;
}
.BgClassName
{
background-color: #AB375E;
}
</style>
border-color css
<style>
span { border-color: #AB375E; }
span { border-color: rgb(171,55,94); }
td.TdClassName
{
border-color: #AB375E;
}
.TagClassName
{
border-color: #AB375E;
}
</style>