Shades of Rouge #AB3763
Tints of Rouge #AB3763
RGB
CMYK
RGB Variations
Color information
#AB3763 (or 0xAB3763) is known color: Rouge. HEX triplet: AB, 37 and 63. RGB value is (171,55,99). Sum of RGB (Red+Green+Blue) = 171+55+99=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3763 is #54C89C. Grayscale: #5E5E5E. Windows color (decimal): -5556381 or 6502315. OLE color: 6502315.
HSL color Cylindrical-coordinate representation of color #AB3763: hue angle of 337.24º 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 #AB3763 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 99 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.33 |
| HSL | 337.24º | 0.51% | 0.44% | - |
| HSV(B) | 337.24º | 0.68% | 0.67% | - |
| XYZ | 20.41 | 12.29 | 13.1 | - |
| YUV | 94.7 | 130.43 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 99 | 0 | 0.68 | 0.42 | 0.33 | 337.24 | 0.51 | 0.44 |
| Hex | AB | 37 | 63 | 0 | 44 | 2A | 21 | 151 | 33 | 2C |
| Octal | 253 | 67 | 143 | 0 | 104 | 52 | 41 | 521 | 63 | 54 |
| Binary | 10101011 | 110111 | 1100011 | 0 | 1000100 | 101010 | 100001 | 101010001 | 110011 | 101100 |
Color Harmonies of #AB3763
Complementary color
Monochromatic Colors of #AB3763
Black with #AB3763
Text Example
Text Example
White with #AB3763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3763; }
p { color: rgb(171,55,99); }
H1.HeaderClassName
{
color: #AB3763;
}
.AnyTagClassName
{
color: #AB3763;
}
</style>
background-color css
<style>
a { background-color: #AB3763; }
a { background-color: rgb(171,55,99); }
div.DivClassName
{
background-color: #AB3763;
}
.BgClassName
{
background-color: #AB3763;
}
</style>
border-color css
<style>
span { border-color: #AB3763; }
span { border-color: rgb(171,55,99); }
td.TdClassName
{
border-color: #AB3763;
}
.TagClassName
{
border-color: #AB3763;
}
</style>