Shades of Rouge #A03871
Tints of Rouge #A03871
RGB
CMYK
RGB Variations
Color information
#A03871 (or 0xA03871) is known color: Rouge. HEX triplet: A0, 38 and 71. RGB value is (160,56,113). Sum of RGB (Red+Green+Blue) = 160+56+113=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A03871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03871 is #5FC78E. Grayscale: #5D5D5D. Windows color (decimal): -6277007 or 7420064. OLE color: 7420064.
HSL color Cylindrical-coordinate representation of color #A03871: hue angle of 327.12º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A03871 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 113 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.37 |
| HSL | 327.12º | 0.48% | 0.42% | - |
| HSV(B) | 327.12º | 0.65% | 0.63% | - |
| XYZ | 18.89 | 11.49 | 16.85 | - |
| YUV | 93.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 113 | 0 | 0.65 | 0.29 | 0.37 | 327.12 | 0.48 | 0.42 |
| Hex | A0 | 38 | 71 | 0 | 41 | 1D | 25 | 147 | 30 | 2A |
| Octal | 240 | 70 | 161 | 0 | 101 | 35 | 45 | 507 | 60 | 52 |
| Binary | 10100000 | 111000 | 1110001 | 0 | 1000001 | 11101 | 100101 | 101000111 | 110000 | 101010 |
Color Harmonies of #A03871
Complementary color
Monochromatic Colors of #A03871
Black with #A03871
Text Example
Text Example
White with #A03871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03871; }
p { color: rgb(160,56,113); }
H1.HeaderClassName
{
color: #A03871;
}
.AnyTagClassName
{
color: #A03871;
}
</style>
background-color css
<style>
a { background-color: #A03871; }
a { background-color: rgb(160,56,113); }
div.DivClassName
{
background-color: #A03871;
}
.BgClassName
{
background-color: #A03871;
}
</style>
border-color css
<style>
span { border-color: #A03871; }
span { border-color: rgb(160,56,113); }
td.TdClassName
{
border-color: #A03871;
}
.TagClassName
{
border-color: #A03871;
}
</style>