Shades of Rouge #AB3D5B
Tints of Rouge #AB3D5B
RGB
CMYK
RGB Variations
Color information
#AB3D5B (or 0xAB3D5B) is known color: Rouge. HEX triplet: AB, 3D and 5B. RGB value is (171,61,91). Sum of RGB (Red+Green+Blue) = 171+61+91=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3D5B is #54C2A4. Grayscale: #616161. Windows color (decimal): -5554853 or 5979563. OLE color: 5979563.
HSL color Cylindrical-coordinate representation of color #AB3D5B: hue angle of 343.64º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3D5B is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 61 | 91 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.33 |
| HSL | 343.64º | 0.47% | 0.45% | - |
| HSV(B) | 343.64º | 0.64% | 0.67% | - |
| XYZ | 20.35 | 12.75 | 11.29 | - |
| YUV | 97.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 61 | 91 | 0 | 0.64 | 0.47 | 0.33 | 343.64 | 0.47 | 0.45 |
| Hex | AB | 3D | 5B | 0 | 40 | 2F | 21 | 158 | 2F | 2D |
| Octal | 253 | 75 | 133 | 0 | 100 | 57 | 41 | 530 | 57 | 55 |
| Binary | 10101011 | 111101 | 1011011 | 0 | 1000000 | 101111 | 100001 | 101011000 | 101111 | 101101 |
Color Harmonies of #AB3D5B
Complementary color
Monochromatic Colors of #AB3D5B
Black with #AB3D5B
Text Example
Text Example
White with #AB3D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3D5B; }
p { color: rgb(171,61,91); }
H1.HeaderClassName
{
color: #AB3D5B;
}
.AnyTagClassName
{
color: #AB3D5B;
}
</style>
background-color css
<style>
a { background-color: #AB3D5B; }
a { background-color: rgb(171,61,91); }
div.DivClassName
{
background-color: #AB3D5B;
}
.BgClassName
{
background-color: #AB3D5B;
}
</style>
border-color css
<style>
span { border-color: #AB3D5B; }
span { border-color: rgb(171,61,91); }
td.TdClassName
{
border-color: #AB3D5B;
}
.TagClassName
{
border-color: #AB3D5B;
}
</style>