Shades of Rouge #A03771
Tints of Rouge #A03771
RGB
CMYK
RGB Variations
Color information
#A03771 (or 0xA03771) is known color: Rouge. HEX triplet: A0, 37 and 71. RGB value is (160,55,113). Sum of RGB (Red+Green+Blue) = 160+55+113=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A03771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03771 is #5FC88E. Grayscale: #5C5C5C. Windows color (decimal): -6277263 or 7419808. OLE color: 7419808.
HSL color Cylindrical-coordinate representation of color #A03771: hue angle of 326.86º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03771 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 113 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.37 |
| HSL | 326.86º | 0.49% | 0.42% | - |
| HSV(B) | 326.86º | 0.66% | 0.63% | - |
| XYZ | 18.84 | 11.4 | 16.83 | - |
| YUV | 93.01 | 139.29 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 113 | 0 | 0.66 | 0.29 | 0.37 | 326.86 | 0.49 | 0.42 |
| Hex | A0 | 37 | 71 | 0 | 42 | 1D | 25 | 147 | 31 | 2A |
| Octal | 240 | 67 | 161 | 0 | 102 | 35 | 45 | 507 | 61 | 52 |
| Binary | 10100000 | 110111 | 1110001 | 0 | 1000010 | 11101 | 100101 | 101000111 | 110001 | 101010 |
Color Harmonies of #A03771
Complementary color
Monochromatic Colors of #A03771
Black with #A03771
Text Example
Text Example
White with #A03771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03771; }
p { color: rgb(160,55,113); }
H1.HeaderClassName
{
color: #A03771;
}
.AnyTagClassName
{
color: #A03771;
}
</style>
background-color css
<style>
a { background-color: #A03771; }
a { background-color: rgb(160,55,113); }
div.DivClassName
{
background-color: #A03771;
}
.BgClassName
{
background-color: #A03771;
}
</style>
border-color css
<style>
span { border-color: #A03771; }
span { border-color: rgb(160,55,113); }
td.TdClassName
{
border-color: #A03771;
}
.TagClassName
{
border-color: #A03771;
}
</style>