Shades of Rouge #AB375B
Tints of Rouge #AB375B
RGB
CMYK
RGB Variations
Color information
#AB375B (or 0xAB375B) is known color: Rouge. HEX triplet: AB, 37 and 5B. RGB value is (171,55,91). Sum of RGB (Red+Green+Blue) = 171+55+91=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB375B is #54C8A4. Grayscale: #5D5D5D. Windows color (decimal): -5556389 or 5978027. OLE color: 5978027.
HSL color Cylindrical-coordinate representation of color #AB375B: hue angle of 341.38º 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 #AB375B is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 91 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.33 |
| HSL | 341.38º | 0.51% | 0.44% | - |
| HSV(B) | 341.38º | 0.68% | 0.67% | - |
| XYZ | 20.05 | 12.15 | 11.19 | - |
| YUV | 93.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 91 | 0 | 0.68 | 0.47 | 0.33 | 341.38 | 0.51 | 0.44 |
| Hex | AB | 37 | 5B | 0 | 44 | 2F | 21 | 155 | 33 | 2C |
| Octal | 253 | 67 | 133 | 0 | 104 | 57 | 41 | 525 | 63 | 54 |
| Binary | 10101011 | 110111 | 1011011 | 0 | 1000100 | 101111 | 100001 | 101010101 | 110011 | 101100 |
Color Harmonies of #AB375B
Complementary color
Monochromatic Colors of #AB375B
Black with #AB375B
Text Example
Text Example
White with #AB375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB375B; }
p { color: rgb(171,55,91); }
H1.HeaderClassName
{
color: #AB375B;
}
.AnyTagClassName
{
color: #AB375B;
}
</style>
background-color css
<style>
a { background-color: #AB375B; }
a { background-color: rgb(171,55,91); }
div.DivClassName
{
background-color: #AB375B;
}
.BgClassName
{
background-color: #AB375B;
}
</style>
border-color css
<style>
span { border-color: #AB375B; }
span { border-color: rgb(171,55,91); }
td.TdClassName
{
border-color: #AB375B;
}
.TagClassName
{
border-color: #AB375B;
}
</style>