Shades of Rouge #A1416B
Tints of Rouge #A1416B
RGB
CMYK
RGB Variations
Color information
#A1416B (or 0xA1416B) is known color: Rouge. HEX triplet: A1, 41 and 6B. RGB value is (161,65,107). Sum of RGB (Red+Green+Blue) = 161+65+107=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A1416B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1416B is #5EBE94. Grayscale: #626262. Windows color (decimal): -6209173 or 7029153. OLE color: 7029153.
HSL color Cylindrical-coordinate representation of color #A1416B: hue angle of 333.75º 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 #A1416B is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 65 | 107 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.37 |
| HSL | 333.75º | 0.42% | 0.44% | - |
| HSV(B) | 333.75º | 0.6% | 0.63% | - |
| XYZ | 19.24 | 12.42 | 15.29 | - |
| YUV | 98.49 | 132.8 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 107 | 0 | 0.60 | 0.34 | 0.37 | 333.75 | 0.42 | 0.44 |
| Hex | A1 | 41 | 6B | 0 | 3C | 22 | 25 | 14E | 2A | 2C |
| Octal | 241 | 101 | 153 | 0 | 74 | 42 | 45 | 516 | 52 | 54 |
| Binary | 10100001 | 1000001 | 1101011 | 0 | 111100 | 100010 | 100101 | 101001110 | 101010 | 101100 |
Color Harmonies of #A1416B
Complementary color
Monochromatic Colors of #A1416B
Black with #A1416B
Text Example
Text Example
White with #A1416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1416B; }
p { color: rgb(161,65,107); }
H1.HeaderClassName
{
color: #A1416B;
}
.AnyTagClassName
{
color: #A1416B;
}
</style>
background-color css
<style>
a { background-color: #A1416B; }
a { background-color: rgb(161,65,107); }
div.DivClassName
{
background-color: #A1416B;
}
.BgClassName
{
background-color: #A1416B;
}
</style>
border-color css
<style>
span { border-color: #A1416B; }
span { border-color: rgb(161,65,107); }
td.TdClassName
{
border-color: #A1416B;
}
.TagClassName
{
border-color: #A1416B;
}
</style>