Shades of Rouge #AB366D
Tints of Rouge #AB366D
RGB
CMYK
RGB Variations
Color information
#AB366D (or 0xAB366D) is known color: Rouge. HEX triplet: AB, 36 and 6D. RGB value is (171,54,109). Sum of RGB (Red+Green+Blue) = 171+54+109=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB366D is #54C992. Grayscale: #5F5F5F. Windows color (decimal): -5556627 or 7157419. OLE color: 7157419.
HSL color Cylindrical-coordinate representation of color #AB366D: hue angle of 331.79º degrees, saturation: 0.52, 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 #AB366D is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 109 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.33 |
| HSL | 331.79º | 0.52% | 0.44% | - |
| HSV(B) | 331.79º | 0.68% | 0.67% | - |
| XYZ | 20.87 | 12.4 | 15.76 | - |
| YUV | 95.25 | 135.76 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 109 | 0 | 0.68 | 0.36 | 0.33 | 331.79 | 0.52 | 0.44 |
| Hex | AB | 36 | 6D | 0 | 44 | 24 | 21 | 14C | 34 | 2C |
| Octal | 253 | 66 | 155 | 0 | 104 | 44 | 41 | 514 | 64 | 54 |
| Binary | 10101011 | 110110 | 1101101 | 0 | 1000100 | 100100 | 100001 | 101001100 | 110100 | 101100 |
Color Harmonies of #AB366D
Complementary color
Monochromatic Colors of #AB366D
Black with #AB366D
Text Example
Text Example
White with #AB366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB366D; }
p { color: rgb(171,54,109); }
H1.HeaderClassName
{
color: #AB366D;
}
.AnyTagClassName
{
color: #AB366D;
}
</style>
background-color css
<style>
a { background-color: #AB366D; }
a { background-color: rgb(171,54,109); }
div.DivClassName
{
background-color: #AB366D;
}
.BgClassName
{
background-color: #AB366D;
}
</style>
border-color css
<style>
span { border-color: #AB366D; }
span { border-color: rgb(171,54,109); }
td.TdClassName
{
border-color: #AB366D;
}
.TagClassName
{
border-color: #AB366D;
}
</style>