Shades of Rouge #AB2963
Tints of Rouge #AB2963
RGB
CMYK
RGB Variations
Color information
#AB2963 (or 0xAB2963) is known color: Rouge. HEX triplet: AB, 29 and 63. RGB value is (171,41,99). Sum of RGB (Red+Green+Blue) = 171+41+99=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2963 is #54D69C. Grayscale: #565656. Windows color (decimal): -5559965 or 6498731. OLE color: 6498731.
HSL color Cylindrical-coordinate representation of color #AB2963: hue angle of 333.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2963 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 99 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.33 |
| HSL | 333.23º | 0.61% | 0.42% | - |
| HSV(B) | 333.23º | 0.76% | 0.67% | - |
| XYZ | 19.84 | 11.14 | 12.91 | - |
| YUV | 86.48 | 135.07 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 99 | 0 | 0.76 | 0.42 | 0.33 | 333.23 | 0.61 | 0.42 |
| Hex | AB | 29 | 63 | 0 | 4C | 2A | 21 | 14D | 3D | 2A |
| Octal | 253 | 51 | 143 | 0 | 114 | 52 | 41 | 515 | 75 | 52 |
| Binary | 10101011 | 101001 | 1100011 | 0 | 1001100 | 101010 | 100001 | 101001101 | 111101 | 101010 |
Color Harmonies of #AB2963
Complementary color
Monochromatic Colors of #AB2963
Black with #AB2963
Text Example
Text Example
White with #AB2963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2963; }
p { color: rgb(171,41,99); }
H1.HeaderClassName
{
color: #AB2963;
}
.AnyTagClassName
{
color: #AB2963;
}
</style>
background-color css
<style>
a { background-color: #AB2963; }
a { background-color: rgb(171,41,99); }
div.DivClassName
{
background-color: #AB2963;
}
.BgClassName
{
background-color: #AB2963;
}
</style>
border-color css
<style>
span { border-color: #AB2963; }
span { border-color: rgb(171,41,99); }
td.TdClassName
{
border-color: #AB2963;
}
.TagClassName
{
border-color: #AB2963;
}
</style>