Shades of Rouge #A13065
Tints of Rouge #A13065
RGB
CMYK
RGB Variations
Color information
#A13065 (or 0xA13065) is known color: Rouge. HEX triplet: A1, 30 and 65. RGB value is (161,48,101). Sum of RGB (Red+Green+Blue) = 161+48+101=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A13065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13065 is #5ECF9A. Grayscale: #575757. Windows color (decimal): -6213531 or 6631585. OLE color: 6631585.
HSL color Cylindrical-coordinate representation of color #A13065: hue angle of 331.86º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A13065 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 48 | 101 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.37 |
| HSL | 331.86º | 0.54% | 0.41% | - |
| HSV(B) | 331.86º | 0.7% | 0.63% | - |
| XYZ | 18.1 | 10.63 | 13.41 | - |
| YUV | 87.83 | 135.44 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 101 | 0 | 0.70 | 0.37 | 0.37 | 331.86 | 0.54 | 0.41 |
| Hex | A1 | 30 | 65 | 0 | 46 | 25 | 25 | 14C | 36 | 29 |
| Octal | 241 | 60 | 145 | 0 | 106 | 45 | 45 | 514 | 66 | 51 |
| Binary | 10100001 | 110000 | 1100101 | 0 | 1000110 | 100101 | 100101 | 101001100 | 110110 | 101001 |
Color Harmonies of #A13065
Complementary color
Monochromatic Colors of #A13065
Black with #A13065
Text Example
Text Example
White with #A13065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13065; }
p { color: rgb(161,48,101); }
H1.HeaderClassName
{
color: #A13065;
}
.AnyTagClassName
{
color: #A13065;
}
</style>
background-color css
<style>
a { background-color: #A13065; }
a { background-color: rgb(161,48,101); }
div.DivClassName
{
background-color: #A13065;
}
.BgClassName
{
background-color: #A13065;
}
</style>
border-color css
<style>
span { border-color: #A13065; }
span { border-color: rgb(161,48,101); }
td.TdClassName
{
border-color: #A13065;
}
.TagClassName
{
border-color: #A13065;
}
</style>