Shades of Rouge #A1355F
Tints of Rouge #A1355F
RGB
CMYK
RGB Variations
Color information
#A1355F (or 0xA1355F) is known color: Rouge. HEX triplet: A1, 35 and 5F. RGB value is (161,53,95). Sum of RGB (Red+Green+Blue) = 161+53+95=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A1355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1355F is #5ECAA0. Grayscale: #5A5A5A. Windows color (decimal): -6212257 or 6239649. OLE color: 6239649.
HSL color Cylindrical-coordinate representation of color #A1355F: hue angle of 336.67º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1355F is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 53 | 95 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.37 |
| HSL | 336.67º | 0.5% | 0.42% | - |
| HSV(B) | 336.67º | 0.67% | 0.63% | - |
| XYZ | 18.04 | 10.95 | 11.99 | - |
| YUV | 90.08 | 130.78 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 53 | 95 | 0 | 0.67 | 0.41 | 0.37 | 336.67 | 0.5 | 0.42 |
| Hex | A1 | 35 | 5F | 0 | 43 | 29 | 25 | 151 | 32 | 2A |
| Octal | 241 | 65 | 137 | 0 | 103 | 51 | 45 | 521 | 62 | 52 |
| Binary | 10100001 | 110101 | 1011111 | 0 | 1000011 | 101001 | 100101 | 101010001 | 110010 | 101010 |
Color Harmonies of #A1355F
Complementary color
Monochromatic Colors of #A1355F
Black with #A1355F
Text Example
Text Example
White with #A1355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1355F; }
p { color: rgb(161,53,95); }
H1.HeaderClassName
{
color: #A1355F;
}
.AnyTagClassName
{
color: #A1355F;
}
</style>
background-color css
<style>
a { background-color: #A1355F; }
a { background-color: rgb(161,53,95); }
div.DivClassName
{
background-color: #A1355F;
}
.BgClassName
{
background-color: #A1355F;
}
</style>
border-color css
<style>
span { border-color: #A1355F; }
span { border-color: rgb(161,53,95); }
td.TdClassName
{
border-color: #A1355F;
}
.TagClassName
{
border-color: #A1355F;
}
</style>