Shades of Rouge #A33971
Tints of Rouge #A33971
RGB
CMYK
RGB Variations
Color information
#A33971 (or 0xA33971) is known color: Rouge. HEX triplet: A3, 39 and 71. RGB value is (163,57,113). Sum of RGB (Red+Green+Blue) = 163+57+113=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A33971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33971 is #5CC68E. Grayscale: #5E5E5E. Windows color (decimal): -6080143 or 7420323. OLE color: 7420323.
HSL color Cylindrical-coordinate representation of color #A33971: hue angle of 328.3º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A33971 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 57 | 113 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.36 |
| HSL | 328.3º | 0.48% | 0.43% | - |
| HSV(B) | 328.3º | 0.65% | 0.64% | - |
| XYZ | 19.55 | 11.91 | 16.89 | - |
| YUV | 95.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 113 | 0 | 0.65 | 0.31 | 0.36 | 328.3 | 0.48 | 0.43 |
| Hex | A3 | 39 | 71 | 0 | 41 | 1F | 24 | 148 | 30 | 2B |
| Octal | 243 | 71 | 161 | 0 | 101 | 37 | 44 | 510 | 60 | 53 |
| Binary | 10100011 | 111001 | 1110001 | 0 | 1000001 | 11111 | 100100 | 101001000 | 110000 | 101011 |
Color Harmonies of #A33971
Complementary color
Monochromatic Colors of #A33971
Black with #A33971
Text Example
Text Example
White with #A33971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33971; }
p { color: rgb(163,57,113); }
H1.HeaderClassName
{
color: #A33971;
}
.AnyTagClassName
{
color: #A33971;
}
</style>
background-color css
<style>
a { background-color: #A33971; }
a { background-color: rgb(163,57,113); }
div.DivClassName
{
background-color: #A33971;
}
.BgClassName
{
background-color: #A33971;
}
</style>
border-color css
<style>
span { border-color: #A33971; }
span { border-color: rgb(163,57,113); }
td.TdClassName
{
border-color: #A33971;
}
.TagClassName
{
border-color: #A33971;
}
</style>