Shades of Rouge #A13C5E
Tints of Rouge #A13C5E
RGB
CMYK
RGB Variations
Color information
#A13C5E (or 0xA13C5E) is known color: Rouge. HEX triplet: A1, 3C and 5E. RGB value is (161,60,94). Sum of RGB (Red+Green+Blue) = 161+60+94=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13C5E is #5EC3A1. Grayscale: #5E5E5E. Windows color (decimal): -6210466 or 6175905. OLE color: 6175905.
HSL color Cylindrical-coordinate representation of color #A13C5E: hue angle of 339.8º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A13C5E is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 60 | 94 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.37 |
| HSL | 339.8º | 0.46% | 0.43% | - |
| HSV(B) | 339.8º | 0.63% | 0.63% | - |
| XYZ | 18.33 | 11.62 | 11.87 | - |
| YUV | 94.08 | 127.96 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 60 | 94 | 0 | 0.63 | 0.42 | 0.37 | 339.8 | 0.46 | 0.43 |
| Hex | A1 | 3C | 5E | 0 | 3F | 2A | 25 | 154 | 2E | 2B |
| Octal | 241 | 74 | 136 | 0 | 77 | 52 | 45 | 524 | 56 | 53 |
| Binary | 10100001 | 111100 | 1011110 | 0 | 111111 | 101010 | 100101 | 101010100 | 101110 | 101011 |
Color Harmonies of #A13C5E
Complementary color
Monochromatic Colors of #A13C5E
Black with #A13C5E
Text Example
Text Example
White with #A13C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13C5E; }
p { color: rgb(161,60,94); }
H1.HeaderClassName
{
color: #A13C5E;
}
.AnyTagClassName
{
color: #A13C5E;
}
</style>
background-color css
<style>
a { background-color: #A13C5E; }
a { background-color: rgb(161,60,94); }
div.DivClassName
{
background-color: #A13C5E;
}
.BgClassName
{
background-color: #A13C5E;
}
</style>
border-color css
<style>
span { border-color: #A13C5E; }
span { border-color: rgb(161,60,94); }
td.TdClassName
{
border-color: #A13C5E;
}
.TagClassName
{
border-color: #A13C5E;
}
</style>