Shades of Rouge #A13465
Tints of Rouge #A13465
RGB
CMYK
RGB Variations
Color information
#A13465 (or 0xA13465) is known color: Rouge. HEX triplet: A1, 34 and 65. RGB value is (161,52,101). Sum of RGB (Red+Green+Blue) = 161+52+101=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A13465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13465 is #5ECB9A. Grayscale: #5A5A5A. Windows color (decimal): -6212507 or 6632609. OLE color: 6632609.
HSL color Cylindrical-coordinate representation of color #A13465: hue angle of 333.03º 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 #A13465 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 52 | 101 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.37 |
| HSL | 333.03º | 0.51% | 0.42% | - |
| HSV(B) | 333.03º | 0.68% | 0.63% | - |
| XYZ | 18.27 | 10.97 | 13.47 | - |
| YUV | 90.18 | 134.11 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 101 | 0 | 0.68 | 0.37 | 0.37 | 333.03 | 0.51 | 0.42 |
| Hex | A1 | 34 | 65 | 0 | 44 | 25 | 25 | 14D | 33 | 2A |
| Octal | 241 | 64 | 145 | 0 | 104 | 45 | 45 | 515 | 63 | 52 |
| Binary | 10100001 | 110100 | 1100101 | 0 | 1000100 | 100101 | 100101 | 101001101 | 110011 | 101010 |
Color Harmonies of #A13465
Complementary color
Monochromatic Colors of #A13465
Black with #A13465
Text Example
Text Example
White with #A13465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13465; }
p { color: rgb(161,52,101); }
H1.HeaderClassName
{
color: #A13465;
}
.AnyTagClassName
{
color: #A13465;
}
</style>
background-color css
<style>
a { background-color: #A13465; }
a { background-color: rgb(161,52,101); }
div.DivClassName
{
background-color: #A13465;
}
.BgClassName
{
background-color: #A13465;
}
</style>
border-color css
<style>
span { border-color: #A13465; }
span { border-color: rgb(161,52,101); }
td.TdClassName
{
border-color: #A13465;
}
.TagClassName
{
border-color: #A13465;
}
</style>