Shades of Rouge #A13D5D
Tints of Rouge #A13D5D
RGB
CMYK
RGB Variations
Color information
#A13D5D (or 0xA13D5D) is known color: Rouge. HEX triplet: A1, 3D and 5D. RGB value is (161,61,93). Sum of RGB (Red+Green+Blue) = 161+61+93=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13D5D is #5EC2A2. Grayscale: #5E5E5E. Windows color (decimal): -6210211 or 6110625. OLE color: 6110625.
HSL color Cylindrical-coordinate representation of color #A13D5D: hue angle of 340.8º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A13D5D is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 61 | 93 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.37 |
| HSL | 340.8º | 0.45% | 0.44% | - |
| HSV(B) | 340.8º | 0.62% | 0.63% | - |
| XYZ | 18.34 | 11.7 | 11.65 | - |
| YUV | 94.55 | 127.13 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 61 | 93 | 0 | 0.62 | 0.42 | 0.37 | 340.8 | 0.45 | 0.44 |
| Hex | A1 | 3D | 5D | 0 | 3E | 2A | 25 | 155 | 2D | 2C |
| Octal | 241 | 75 | 135 | 0 | 76 | 52 | 45 | 525 | 55 | 54 |
| Binary | 10100001 | 111101 | 1011101 | 0 | 111110 | 101010 | 100101 | 101010101 | 101101 | 101100 |
Color Harmonies of #A13D5D
Complementary color
Monochromatic Colors of #A13D5D
Black with #A13D5D
Text Example
Text Example
White with #A13D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13D5D; }
p { color: rgb(161,61,93); }
H1.HeaderClassName
{
color: #A13D5D;
}
.AnyTagClassName
{
color: #A13D5D;
}
</style>
background-color css
<style>
a { background-color: #A13D5D; }
a { background-color: rgb(161,61,93); }
div.DivClassName
{
background-color: #A13D5D;
}
.BgClassName
{
background-color: #A13D5D;
}
</style>
border-color css
<style>
span { border-color: #A13D5D; }
span { border-color: rgb(161,61,93); }
td.TdClassName
{
border-color: #A13D5D;
}
.TagClassName
{
border-color: #A13D5D;
}
</style>