Shades of Rouge #A1346F
Tints of Rouge #A1346F
RGB
CMYK
RGB Variations
Color information
#A1346F (or 0xA1346F) is known color: Rouge. HEX triplet: A1, 34 and 6F. RGB value is (161,52,111). Sum of RGB (Red+Green+Blue) = 161+52+111=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1346F is #5ECB90. Grayscale: #5B5B5B. Windows color (decimal): -6212497 or 7287969. OLE color: 7287969.
HSL color Cylindrical-coordinate representation of color #A1346F: hue angle of 327.52º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1346F is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 52 | 111 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.37 |
| HSL | 327.52º | 0.51% | 0.42% | - |
| HSV(B) | 327.52º | 0.68% | 0.63% | - |
| XYZ | 18.8 | 11.18 | 16.21 | - |
| YUV | 91.32 | 139.11 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 111 | 0 | 0.68 | 0.31 | 0.37 | 327.52 | 0.51 | 0.42 |
| Hex | A1 | 34 | 6F | 0 | 44 | 1F | 25 | 148 | 33 | 2A |
| Octal | 241 | 64 | 157 | 0 | 104 | 37 | 45 | 510 | 63 | 52 |
| Binary | 10100001 | 110100 | 1101111 | 0 | 1000100 | 11111 | 100101 | 101001000 | 110011 | 101010 |
Color Harmonies of #A1346F
Complementary color
Monochromatic Colors of #A1346F
Black with #A1346F
Text Example
Text Example
White with #A1346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1346F; }
p { color: rgb(161,52,111); }
H1.HeaderClassName
{
color: #A1346F;
}
.AnyTagClassName
{
color: #A1346F;
}
</style>
background-color css
<style>
a { background-color: #A1346F; }
a { background-color: rgb(161,52,111); }
div.DivClassName
{
background-color: #A1346F;
}
.BgClassName
{
background-color: #A1346F;
}
</style>
border-color css
<style>
span { border-color: #A1346F; }
span { border-color: rgb(161,52,111); }
td.TdClassName
{
border-color: #A1346F;
}
.TagClassName
{
border-color: #A1346F;
}
</style>