Shades of Rouge #A13D5E
Tints of Rouge #A13D5E
RGB
CMYK
RGB Variations
Color information
#A13D5E (or 0xA13D5E) is known color: Rouge. HEX triplet: A1, 3D and 5E. RGB value is (161,61,94). Sum of RGB (Red+Green+Blue) = 161+61+94=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13D5E is #5EC2A1. Grayscale: #5E5E5E. Windows color (decimal): -6210210 or 6176161. OLE color: 6176161.
HSL color Cylindrical-coordinate representation of color #A13D5E: hue angle of 340.2º 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 #A13D5E is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 61 | 94 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.37 |
| HSL | 340.2º | 0.45% | 0.44% | - |
| HSV(B) | 340.2º | 0.62% | 0.63% | - |
| XYZ | 18.39 | 11.72 | 11.88 | - |
| YUV | 94.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 61 | 94 | 0 | 0.62 | 0.42 | 0.37 | 340.2 | 0.45 | 0.44 |
| Hex | A1 | 3D | 5E | 0 | 3E | 2A | 25 | 154 | 2D | 2C |
| Octal | 241 | 75 | 136 | 0 | 76 | 52 | 45 | 524 | 55 | 54 |
| Binary | 10100001 | 111101 | 1011110 | 0 | 111110 | 101010 | 100101 | 101010100 | 101101 | 101100 |
Color Harmonies of #A13D5E
Complementary color
Monochromatic Colors of #A13D5E
Black with #A13D5E
Text Example
Text Example
White with #A13D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13D5E; }
p { color: rgb(161,61,94); }
H1.HeaderClassName
{
color: #A13D5E;
}
.AnyTagClassName
{
color: #A13D5E;
}
</style>
background-color css
<style>
a { background-color: #A13D5E; }
a { background-color: rgb(161,61,94); }
div.DivClassName
{
background-color: #A13D5E;
}
.BgClassName
{
background-color: #A13D5E;
}
</style>
border-color css
<style>
span { border-color: #A13D5E; }
span { border-color: rgb(161,61,94); }
td.TdClassName
{
border-color: #A13D5E;
}
.TagClassName
{
border-color: #A13D5E;
}
</style>