Shades of Rouge #A1316D
Tints of Rouge #A1316D
RGB
CMYK
RGB Variations
Color information
#A1316D (or 0xA1316D) is known color: Rouge. HEX triplet: A1, 31 and 6D. RGB value is (161,49,109). Sum of RGB (Red+Green+Blue) = 161+49+109=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A1316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1316D is #5ECE92. Grayscale: #595959. Windows color (decimal): -6213267 or 7156129. OLE color: 7156129.
HSL color Cylindrical-coordinate representation of color #A1316D: hue angle of 327.86º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1316D is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 49 | 109 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.37 |
| HSL | 327.86º | 0.53% | 0.41% | - |
| HSV(B) | 327.86º | 0.7% | 0.63% | - |
| XYZ | 18.56 | 10.88 | 15.59 | - |
| YUV | 89.33 | 139.11 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 109 | 0 | 0.70 | 0.32 | 0.37 | 327.86 | 0.53 | 0.41 |
| Hex | A1 | 31 | 6D | 0 | 46 | 20 | 25 | 148 | 35 | 29 |
| Octal | 241 | 61 | 155 | 0 | 106 | 40 | 45 | 510 | 65 | 51 |
| Binary | 10100001 | 110001 | 1101101 | 0 | 1000110 | 100000 | 100101 | 101001000 | 110101 | 101001 |
Color Harmonies of #A1316D
Complementary color
Monochromatic Colors of #A1316D
Black with #A1316D
Text Example
Text Example
White with #A1316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1316D; }
p { color: rgb(161,49,109); }
H1.HeaderClassName
{
color: #A1316D;
}
.AnyTagClassName
{
color: #A1316D;
}
</style>
background-color css
<style>
a { background-color: #A1316D; }
a { background-color: rgb(161,49,109); }
div.DivClassName
{
background-color: #A1316D;
}
.BgClassName
{
background-color: #A1316D;
}
</style>
border-color css
<style>
span { border-color: #A1316D; }
span { border-color: rgb(161,49,109); }
td.TdClassName
{
border-color: #A1316D;
}
.TagClassName
{
border-color: #A1316D;
}
</style>