Shades of Rouge #A1415E
Tints of Rouge #A1415E
RGB
CMYK
RGB Variations
Color information
#A1415E (or 0xA1415E) is known color: Rouge. HEX triplet: A1, 41 and 5E. RGB value is (161,65,94). Sum of RGB (Red+Green+Blue) = 161+65+94=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A1415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1415E is #5EBEA1. Grayscale: #606060. Windows color (decimal): -6209186 or 6177185. OLE color: 6177185.
HSL color Cylindrical-coordinate representation of color #A1415E: hue angle of 341.88º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1415E is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 65 | 94 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.37 |
| HSL | 341.88º | 0.42% | 0.44% | - |
| HSV(B) | 341.88º | 0.6% | 0.63% | - |
| XYZ | 18.61 | 12.17 | 11.96 | - |
| YUV | 97.01 | 126.3 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 94 | 0 | 0.60 | 0.42 | 0.37 | 341.88 | 0.42 | 0.44 |
| Hex | A1 | 41 | 5E | 0 | 3C | 2A | 25 | 156 | 2A | 2C |
| Octal | 241 | 101 | 136 | 0 | 74 | 52 | 45 | 526 | 52 | 54 |
| Binary | 10100001 | 1000001 | 1011110 | 0 | 111100 | 101010 | 100101 | 101010110 | 101010 | 101100 |
Color Harmonies of #A1415E
Complementary color
Monochromatic Colors of #A1415E
Black with #A1415E
Text Example
Text Example
White with #A1415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1415E; }
p { color: rgb(161,65,94); }
H1.HeaderClassName
{
color: #A1415E;
}
.AnyTagClassName
{
color: #A1415E;
}
</style>
background-color css
<style>
a { background-color: #A1415E; }
a { background-color: rgb(161,65,94); }
div.DivClassName
{
background-color: #A1415E;
}
.BgClassName
{
background-color: #A1415E;
}
</style>
border-color css
<style>
span { border-color: #A1415E; }
span { border-color: rgb(161,65,94); }
td.TdClassName
{
border-color: #A1415E;
}
.TagClassName
{
border-color: #A1415E;
}
</style>