Shades of Rouge #A13E6D
Tints of Rouge #A13E6D
RGB
CMYK
RGB Variations
Color information
#A13E6D (or 0xA13E6D) is known color: Rouge. HEX triplet: A1, 3E and 6D. RGB value is (161,62,109). Sum of RGB (Red+Green+Blue) = 161+62+109=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13E6D is #5EC192. Grayscale: #606060. Windows color (decimal): -6209939 or 7159457. OLE color: 7159457.
HSL color Cylindrical-coordinate representation of color #A13E6D: hue angle of 331.52º 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 #A13E6D is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 62 | 109 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.37 |
| HSL | 331.52º | 0.44% | 0.44% | - |
| HSV(B) | 331.52º | 0.61% | 0.63% | - |
| XYZ | 19.18 | 12.13 | 15.8 | - |
| YUV | 96.96 | 134.8 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 62 | 109 | 0 | 0.61 | 0.32 | 0.37 | 331.52 | 0.44 | 0.44 |
| Hex | A1 | 3E | 6D | 0 | 3D | 20 | 25 | 14C | 2C | 2C |
| Octal | 241 | 76 | 155 | 0 | 75 | 40 | 45 | 514 | 54 | 54 |
| Binary | 10100001 | 111110 | 1101101 | 0 | 111101 | 100000 | 100101 | 101001100 | 101100 | 101100 |
Color Harmonies of #A13E6D
Complementary color
Monochromatic Colors of #A13E6D
Black with #A13E6D
Text Example
Text Example
White with #A13E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13E6D; }
p { color: rgb(161,62,109); }
H1.HeaderClassName
{
color: #A13E6D;
}
.AnyTagClassName
{
color: #A13E6D;
}
</style>
background-color css
<style>
a { background-color: #A13E6D; }
a { background-color: rgb(161,62,109); }
div.DivClassName
{
background-color: #A13E6D;
}
.BgClassName
{
background-color: #A13E6D;
}
</style>
border-color css
<style>
span { border-color: #A13E6D; }
span { border-color: rgb(161,62,109); }
td.TdClassName
{
border-color: #A13E6D;
}
.TagClassName
{
border-color: #A13E6D;
}
</style>