Shades of Rouge #A13675
Tints of Rouge #A13675
RGB
CMYK
RGB Variations
Color information
#A13675 (or 0xA13675) is known color: Rouge. HEX triplet: A1, 36 and 75. RGB value is (161,54,117). Sum of RGB (Red+Green+Blue) = 161+54+117=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A13675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13675 is #5EC98A. Grayscale: #5D5D5D. Windows color (decimal): -6211979 or 7681697. OLE color: 7681697.
HSL color Cylindrical-coordinate representation of color #A13675: hue angle of 324.67º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A13675 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 54 | 117 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.37 |
| HSL | 324.67º | 0.5% | 0.42% | - |
| HSV(B) | 324.67º | 0.66% | 0.63% | - |
| XYZ | 19.23 | 11.5 | 18.04 | - |
| YUV | 93.18 | 141.45 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 117 | 0 | 0.66 | 0.27 | 0.37 | 324.67 | 0.5 | 0.42 |
| Hex | A1 | 36 | 75 | 0 | 42 | 1B | 25 | 145 | 32 | 2A |
| Octal | 241 | 66 | 165 | 0 | 102 | 33 | 45 | 505 | 62 | 52 |
| Binary | 10100001 | 110110 | 1110101 | 0 | 1000010 | 11011 | 100101 | 101000101 | 110010 | 101010 |
Color Harmonies of #A13675
Complementary color
Monochromatic Colors of #A13675
Black with #A13675
Text Example
Text Example
White with #A13675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13675; }
p { color: rgb(161,54,117); }
H1.HeaderClassName
{
color: #A13675;
}
.AnyTagClassName
{
color: #A13675;
}
</style>
background-color css
<style>
a { background-color: #A13675; }
a { background-color: rgb(161,54,117); }
div.DivClassName
{
background-color: #A13675;
}
.BgClassName
{
background-color: #A13675;
}
</style>
border-color css
<style>
span { border-color: #A13675; }
span { border-color: rgb(161,54,117); }
td.TdClassName
{
border-color: #A13675;
}
.TagClassName
{
border-color: #A13675;
}
</style>