Shades of Rouge #A13D60
Tints of Rouge #A13D60
RGB
CMYK
RGB Variations
Color information
#A13D60 (or 0xA13D60) is known color: Rouge. HEX triplet: A1, 3D and 60. RGB value is (161,61,96). Sum of RGB (Red+Green+Blue) = 161+61+96=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13D60 is #5EC29F. Grayscale: #5E5E5E. Windows color (decimal): -6210208 or 6307233. OLE color: 6307233.
HSL color Cylindrical-coordinate representation of color #A13D60: hue angle of 339º 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 #A13D60 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 61 | 96 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.37 |
| HSL | 339º | 0.45% | 0.44% | - |
| HSV(B) | 339º | 0.62% | 0.63% | - |
| XYZ | 18.48 | 11.76 | 12.36 | - |
| YUV | 94.89 | 128.63 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 61 | 96 | 0 | 0.62 | 0.40 | 0.37 | 339 | 0.45 | 0.44 |
| Hex | A1 | 3D | 60 | 0 | 3E | 28 | 25 | 153 | 2D | 2C |
| Octal | 241 | 75 | 140 | 0 | 76 | 50 | 45 | 523 | 55 | 54 |
| Binary | 10100001 | 111101 | 1100000 | 0 | 111110 | 101000 | 100101 | 101010011 | 101101 | 101100 |
Color Harmonies of #A13D60
Complementary color
Monochromatic Colors of #A13D60
Black with #A13D60
Text Example
Text Example
White with #A13D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13D60; }
p { color: rgb(161,61,96); }
H1.HeaderClassName
{
color: #A13D60;
}
.AnyTagClassName
{
color: #A13D60;
}
</style>
background-color css
<style>
a { background-color: #A13D60; }
a { background-color: rgb(161,61,96); }
div.DivClassName
{
background-color: #A13D60;
}
.BgClassName
{
background-color: #A13D60;
}
</style>
border-color css
<style>
span { border-color: #A13D60; }
span { border-color: rgb(161,61,96); }
td.TdClassName
{
border-color: #A13D60;
}
.TagClassName
{
border-color: #A13D60;
}
</style>