Shades of Rouge #A33271
Tints of Rouge #A33271
RGB
CMYK
RGB Variations
Color information
#A33271 (or 0xA33271) is known color: Rouge. HEX triplet: A3, 32 and 71. RGB value is (163,50,113). Sum of RGB (Red+Green+Blue) = 163+50+113=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A33271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33271 is #5CCD8E. Grayscale: #5A5A5A. Windows color (decimal): -6081935 or 7418531. OLE color: 7418531.
HSL color Cylindrical-coordinate representation of color #A33271: hue angle of 326.55º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33271 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 50 | 113 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.36 |
| HSL | 326.55º | 0.53% | 0.42% | - |
| HSV(B) | 326.55º | 0.69% | 0.64% | - |
| XYZ | 19.23 | 11.26 | 16.78 | - |
| YUV | 90.97 | 140.44 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 113 | 0 | 0.69 | 0.31 | 0.36 | 326.55 | 0.53 | 0.42 |
| Hex | A3 | 32 | 71 | 0 | 45 | 1F | 24 | 147 | 35 | 2A |
| Octal | 243 | 62 | 161 | 0 | 105 | 37 | 44 | 507 | 65 | 52 |
| Binary | 10100011 | 110010 | 1110001 | 0 | 1000101 | 11111 | 100100 | 101000111 | 110101 | 101010 |
Color Harmonies of #A33271
Complementary color
Monochromatic Colors of #A33271
Black with #A33271
Text Example
Text Example
White with #A33271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33271; }
p { color: rgb(163,50,113); }
H1.HeaderClassName
{
color: #A33271;
}
.AnyTagClassName
{
color: #A33271;
}
</style>
background-color css
<style>
a { background-color: #A33271; }
a { background-color: rgb(163,50,113); }
div.DivClassName
{
background-color: #A33271;
}
.BgClassName
{
background-color: #A33271;
}
</style>
border-color css
<style>
span { border-color: #A33271; }
span { border-color: rgb(163,50,113); }
td.TdClassName
{
border-color: #A33271;
}
.TagClassName
{
border-color: #A33271;
}
</style>