Shades of Rouge #A13360
Tints of Rouge #A13360
RGB
CMYK
RGB Variations
Color information
#A13360 (or 0xA13360) is known color: Rouge. HEX triplet: A1, 33 and 60. RGB value is (161,51,96). Sum of RGB (Red+Green+Blue) = 161+51+96=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A13360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13360 is #5ECC9F. Grayscale: #585858. Windows color (decimal): -6212768 or 6304673. OLE color: 6304673.
HSL color Cylindrical-coordinate representation of color #A13360: hue angle of 335.45º degrees, saturation: 0.52, 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 #A13360 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 51 | 96 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.37 |
| HSL | 335.45º | 0.52% | 0.42% | - |
| HSV(B) | 335.45º | 0.68% | 0.63% | - |
| XYZ | 17.99 | 10.79 | 12.2 | - |
| YUV | 89.02 | 131.94 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 96 | 0 | 0.68 | 0.40 | 0.37 | 335.45 | 0.52 | 0.42 |
| Hex | A1 | 33 | 60 | 0 | 44 | 28 | 25 | 14F | 34 | 2A |
| Octal | 241 | 63 | 140 | 0 | 104 | 50 | 45 | 517 | 64 | 52 |
| Binary | 10100001 | 110011 | 1100000 | 0 | 1000100 | 101000 | 100101 | 101001111 | 110100 | 101010 |
Color Harmonies of #A13360
Complementary color
Monochromatic Colors of #A13360
Black with #A13360
Text Example
Text Example
White with #A13360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13360; }
p { color: rgb(161,51,96); }
H1.HeaderClassName
{
color: #A13360;
}
.AnyTagClassName
{
color: #A13360;
}
</style>
background-color css
<style>
a { background-color: #A13360; }
a { background-color: rgb(161,51,96); }
div.DivClassName
{
background-color: #A13360;
}
.BgClassName
{
background-color: #A13360;
}
</style>
border-color css
<style>
span { border-color: #A13360; }
span { border-color: rgb(161,51,96); }
td.TdClassName
{
border-color: #A13360;
}
.TagClassName
{
border-color: #A13360;
}
</style>