Shades of Rouge #A13F5D
Tints of Rouge #A13F5D
RGB
CMYK
RGB Variations
Color information
#A13F5D (or 0xA13F5D) is known color: Rouge. HEX triplet: A1, 3F and 5D. RGB value is (161,63,93). Sum of RGB (Red+Green+Blue) = 161+63+93=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13F5D is #5EC0A2. Grayscale: #5F5F5F. Windows color (decimal): -6209699 or 6111137. OLE color: 6111137.
HSL color Cylindrical-coordinate representation of color #A13F5D: hue angle of 341.63º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A13F5D is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 63 | 93 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.37 |
| HSL | 341.63º | 0.44% | 0.44% | - |
| HSV(B) | 341.63º | 0.61% | 0.63% | - |
| XYZ | 18.45 | 11.92 | 11.68 | - |
| YUV | 95.72 | 126.47 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 63 | 93 | 0 | 0.61 | 0.42 | 0.37 | 341.63 | 0.44 | 0.44 |
| Hex | A1 | 3F | 5D | 0 | 3D | 2A | 25 | 156 | 2C | 2C |
| Octal | 241 | 77 | 135 | 0 | 75 | 52 | 45 | 526 | 54 | 54 |
| Binary | 10100001 | 111111 | 1011101 | 0 | 111101 | 101010 | 100101 | 101010110 | 101100 | 101100 |
Color Harmonies of #A13F5D
Complementary color
Monochromatic Colors of #A13F5D
Black with #A13F5D
Text Example
Text Example
White with #A13F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13F5D; }
p { color: rgb(161,63,93); }
H1.HeaderClassName
{
color: #A13F5D;
}
.AnyTagClassName
{
color: #A13F5D;
}
</style>
background-color css
<style>
a { background-color: #A13F5D; }
a { background-color: rgb(161,63,93); }
div.DivClassName
{
background-color: #A13F5D;
}
.BgClassName
{
background-color: #A13F5D;
}
</style>
border-color css
<style>
span { border-color: #A13F5D; }
span { border-color: rgb(161,63,93); }
td.TdClassName
{
border-color: #A13F5D;
}
.TagClassName
{
border-color: #A13F5D;
}
</style>