Shades of Rouge #A33F5D
Tints of Rouge #A33F5D
RGB
CMYK
RGB Variations
Color information
#A33F5D (or 0xA33F5D) is known color: Rouge. HEX triplet: A3, 3F and 5D. RGB value is (163,63,93). Sum of RGB (Red+Green+Blue) = 163+63+93=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33F5D is #5CC0A2. Grayscale: #606060. Windows color (decimal): -6078627 or 6111139. OLE color: 6111139.
HSL color Cylindrical-coordinate representation of color #A33F5D: hue angle of 342º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A33F5D is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 63 | 93 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.36 |
| HSL | 342º | 0.44% | 0.44% | - |
| HSV(B) | 342º | 0.61% | 0.64% | - |
| XYZ | 18.86 | 12.13 | 11.7 | - |
| YUV | 96.32 | 126.13 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 93 | 0 | 0.61 | 0.43 | 0.36 | 342 | 0.44 | 0.44 |
| Hex | A3 | 3F | 5D | 0 | 3D | 2B | 24 | 156 | 2C | 2C |
| Octal | 243 | 77 | 135 | 0 | 75 | 53 | 44 | 526 | 54 | 54 |
| Binary | 10100011 | 111111 | 1011101 | 0 | 111101 | 101011 | 100100 | 101010110 | 101100 | 101100 |
Color Harmonies of #A33F5D
Complementary color
Monochromatic Colors of #A33F5D
Black with #A33F5D
Text Example
Text Example
White with #A33F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33F5D; }
p { color: rgb(163,63,93); }
H1.HeaderClassName
{
color: #A33F5D;
}
.AnyTagClassName
{
color: #A33F5D;
}
</style>
background-color css
<style>
a { background-color: #A33F5D; }
a { background-color: rgb(163,63,93); }
div.DivClassName
{
background-color: #A33F5D;
}
.BgClassName
{
background-color: #A33F5D;
}
</style>
border-color css
<style>
span { border-color: #A33F5D; }
span { border-color: rgb(163,63,93); }
td.TdClassName
{
border-color: #A33F5D;
}
.TagClassName
{
border-color: #A33F5D;
}
</style>