Shades of Rouge #A1416F
Tints of Rouge #A1416F
RGB
CMYK
RGB Variations
Color information
#A1416F (or 0xA1416F) is known color: Rouge. HEX triplet: A1, 41 and 6F. RGB value is (161,65,111). Sum of RGB (Red+Green+Blue) = 161+65+111=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1416F is #5EBE90. Grayscale: #626262. Windows color (decimal): -6209169 or 7291297. OLE color: 7291297.
HSL color Cylindrical-coordinate representation of color #A1416F: hue angle of 331.25º 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 #A1416F is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 65 | 111 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.37 |
| HSL | 331.25º | 0.42% | 0.44% | - |
| HSV(B) | 331.25º | 0.6% | 0.63% | - |
| XYZ | 19.46 | 12.51 | 16.43 | - |
| YUV | 98.95 | 134.8 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 111 | 0 | 0.60 | 0.31 | 0.37 | 331.25 | 0.42 | 0.44 |
| Hex | A1 | 41 | 6F | 0 | 3C | 1F | 25 | 14B | 2A | 2C |
| Octal | 241 | 101 | 157 | 0 | 74 | 37 | 45 | 513 | 52 | 54 |
| Binary | 10100001 | 1000001 | 1101111 | 0 | 111100 | 11111 | 100101 | 101001011 | 101010 | 101100 |
Color Harmonies of #A1416F
Complementary color
Monochromatic Colors of #A1416F
Black with #A1416F
Text Example
Text Example
White with #A1416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1416F; }
p { color: rgb(161,65,111); }
H1.HeaderClassName
{
color: #A1416F;
}
.AnyTagClassName
{
color: #A1416F;
}
</style>
background-color css
<style>
a { background-color: #A1416F; }
a { background-color: rgb(161,65,111); }
div.DivClassName
{
background-color: #A1416F;
}
.BgClassName
{
background-color: #A1416F;
}
</style>
border-color css
<style>
span { border-color: #A1416F; }
span { border-color: rgb(161,65,111); }
td.TdClassName
{
border-color: #A1416F;
}
.TagClassName
{
border-color: #A1416F;
}
</style>