Shades of Rouge #AB3765
Tints of Rouge #AB3765
RGB
CMYK
RGB Variations
Color information
#AB3765 (or 0xAB3765) is known color: Rouge. HEX triplet: AB, 37 and 65. RGB value is (171,55,101). Sum of RGB (Red+Green+Blue) = 171+55+101=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3765 is #54C89A. Grayscale: #5E5E5E. Windows color (decimal): -5556379 or 6633387. OLE color: 6633387.
HSL color Cylindrical-coordinate representation of color #AB3765: hue angle of 336.21º 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 #AB3765 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 101 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.33 |
| HSL | 336.21º | 0.51% | 0.44% | - |
| HSV(B) | 336.21º | 0.68% | 0.67% | - |
| XYZ | 20.51 | 12.33 | 13.61 | - |
| YUV | 94.93 | 131.43 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 101 | 0 | 0.68 | 0.41 | 0.33 | 336.21 | 0.51 | 0.44 |
| Hex | AB | 37 | 65 | 0 | 44 | 29 | 21 | 150 | 33 | 2C |
| Octal | 253 | 67 | 145 | 0 | 104 | 51 | 41 | 520 | 63 | 54 |
| Binary | 10101011 | 110111 | 1100101 | 0 | 1000100 | 101001 | 100001 | 101010000 | 110011 | 101100 |
Color Harmonies of #AB3765
Complementary color
Monochromatic Colors of #AB3765
Black with #AB3765
Text Example
Text Example
White with #AB3765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3765; }
p { color: rgb(171,55,101); }
H1.HeaderClassName
{
color: #AB3765;
}
.AnyTagClassName
{
color: #AB3765;
}
</style>
background-color css
<style>
a { background-color: #AB3765; }
a { background-color: rgb(171,55,101); }
div.DivClassName
{
background-color: #AB3765;
}
.BgClassName
{
background-color: #AB3765;
}
</style>
border-color css
<style>
span { border-color: #AB3765; }
span { border-color: rgb(171,55,101); }
td.TdClassName
{
border-color: #AB3765;
}
.TagClassName
{
border-color: #AB3765;
}
</style>