Shades of Rouge #A33E5E
Tints of Rouge #A33E5E
RGB
CMYK
RGB Variations
Color information
#A33E5E (or 0xA33E5E) is known color: Rouge. HEX triplet: A3, 3E and 5E. RGB value is (163,62,94). Sum of RGB (Red+Green+Blue) = 163+62+94=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33E5E is #5CC1A1. Grayscale: #5F5F5F. Windows color (decimal): -6078882 or 6176419. OLE color: 6176419.
HSL color Cylindrical-coordinate representation of color #A33E5E: hue angle of 340.99º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A33E5E is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 62 | 94 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.36 |
| HSL | 340.99º | 0.45% | 0.44% | - |
| HSV(B) | 340.99º | 0.62% | 0.64% | - |
| XYZ | 18.85 | 12.04 | 11.92 | - |
| YUV | 95.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 62 | 94 | 0 | 0.62 | 0.42 | 0.36 | 340.99 | 0.45 | 0.44 |
| Hex | A3 | 3E | 5E | 0 | 3E | 2A | 24 | 155 | 2D | 2C |
| Octal | 243 | 76 | 136 | 0 | 76 | 52 | 44 | 525 | 55 | 54 |
| Binary | 10100011 | 111110 | 1011110 | 0 | 111110 | 101010 | 100100 | 101010101 | 101101 | 101100 |
Color Harmonies of #A33E5E
Complementary color
Monochromatic Colors of #A33E5E
Black with #A33E5E
Text Example
Text Example
White with #A33E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33E5E; }
p { color: rgb(163,62,94); }
H1.HeaderClassName
{
color: #A33E5E;
}
.AnyTagClassName
{
color: #A33E5E;
}
</style>
background-color css
<style>
a { background-color: #A33E5E; }
a { background-color: rgb(163,62,94); }
div.DivClassName
{
background-color: #A33E5E;
}
.BgClassName
{
background-color: #A33E5E;
}
</style>
border-color css
<style>
span { border-color: #A33E5E; }
span { border-color: rgb(163,62,94); }
td.TdClassName
{
border-color: #A33E5E;
}
.TagClassName
{
border-color: #A33E5E;
}
</style>