Shades of Rouge #A14273
Tints of Rouge #A14273
RGB
CMYK
RGB Variations
Color information
#A14273 (or 0xA14273) is known color: Rouge. HEX triplet: A1, 42 and 73. RGB value is (161,66,115). Sum of RGB (Red+Green+Blue) = 161+66+115=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A14273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14273 is #5EBD8C. Grayscale: #636363. Windows color (decimal): -6208909 or 7553697. OLE color: 7553697.
HSL color Cylindrical-coordinate representation of color #A14273: hue angle of 329.05º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A14273 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 66 | 115 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.37 |
| HSL | 329.05º | 0.42% | 0.45% | - |
| HSV(B) | 329.05º | 0.59% | 0.63% | - |
| XYZ | 19.74 | 12.71 | 17.63 | - |
| YUV | 99.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 115 | 0 | 0.59 | 0.29 | 0.37 | 329.05 | 0.42 | 0.45 |
| Hex | A1 | 42 | 73 | 0 | 3B | 1D | 25 | 149 | 2A | 2D |
| Octal | 241 | 102 | 163 | 0 | 73 | 35 | 45 | 511 | 52 | 55 |
| Binary | 10100001 | 1000010 | 1110011 | 0 | 111011 | 11101 | 100101 | 101001001 | 101010 | 101101 |
Color Harmonies of #A14273
Complementary color
Monochromatic Colors of #A14273
Black with #A14273
Text Example
Text Example
White with #A14273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14273; }
p { color: rgb(161,66,115); }
H1.HeaderClassName
{
color: #A14273;
}
.AnyTagClassName
{
color: #A14273;
}
</style>
background-color css
<style>
a { background-color: #A14273; }
a { background-color: rgb(161,66,115); }
div.DivClassName
{
background-color: #A14273;
}
.BgClassName
{
background-color: #A14273;
}
</style>
border-color css
<style>
span { border-color: #A14273; }
span { border-color: rgb(161,66,115); }
td.TdClassName
{
border-color: #A14273;
}
.TagClassName
{
border-color: #A14273;
}
</style>