Shades of Rouge #A13976
Tints of Rouge #A13976
RGB
CMYK
RGB Variations
Color information
#A13976 (or 0xA13976) is known color: Rouge. HEX triplet: A1, 39 and 76. RGB value is (161,57,118). Sum of RGB (Red+Green+Blue) = 161+57+118=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A13976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13976 is #5EC689. Grayscale: #5E5E5E. Windows color (decimal): -6211210 or 7748001. OLE color: 7748001.
HSL color Cylindrical-coordinate representation of color #A13976: hue angle of 324.81º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A13976 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 57 | 118 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.37 |
| HSL | 324.81º | 0.48% | 0.43% | - |
| HSV(B) | 324.81º | 0.65% | 0.63% | - |
| XYZ | 19.43 | 11.81 | 18.4 | - |
| YUV | 95.05 | 140.96 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 118 | 0 | 0.65 | 0.27 | 0.37 | 324.81 | 0.48 | 0.43 |
| Hex | A1 | 39 | 76 | 0 | 41 | 1B | 25 | 145 | 30 | 2B |
| Octal | 241 | 71 | 166 | 0 | 101 | 33 | 45 | 505 | 60 | 53 |
| Binary | 10100001 | 111001 | 1110110 | 0 | 1000001 | 11011 | 100101 | 101000101 | 110000 | 101011 |
Color Harmonies of #A13976
Complementary color
Monochromatic Colors of #A13976
Black with #A13976
Text Example
Text Example
White with #A13976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13976; }
p { color: rgb(161,57,118); }
H1.HeaderClassName
{
color: #A13976;
}
.AnyTagClassName
{
color: #A13976;
}
</style>
background-color css
<style>
a { background-color: #A13976; }
a { background-color: rgb(161,57,118); }
div.DivClassName
{
background-color: #A13976;
}
.BgClassName
{
background-color: #A13976;
}
</style>
border-color css
<style>
span { border-color: #A13976; }
span { border-color: rgb(161,57,118); }
td.TdClassName
{
border-color: #A13976;
}
.TagClassName
{
border-color: #A13976;
}
</style>