Shades of Rouge #A73C73
Tints of Rouge #A73C73
RGB
CMYK
RGB Variations
Color information
#A73C73 (or 0xA73C73) is known color: Rouge. HEX triplet: A7, 3C and 73. RGB value is (167,60,115). Sum of RGB (Red+Green+Blue) = 167+60+115=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73C73 is #58C38C. Grayscale: #626262. Windows color (decimal): -5817229 or 7552167. OLE color: 7552167.
HSL color Cylindrical-coordinate representation of color #A73C73: hue angle of 329.16º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A73C73 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 60 | 115 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.35 |
| HSL | 329.16º | 0.47% | 0.45% | - |
| HSV(B) | 329.16º | 0.64% | 0.65% | - |
| XYZ | 20.65 | 12.69 | 17.58 | - |
| YUV | 98.26 | 137.45 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 60 | 115 | 0 | 0.64 | 0.31 | 0.35 | 329.16 | 0.47 | 0.45 |
| Hex | A7 | 3C | 73 | 0 | 40 | 1F | 23 | 149 | 2F | 2D |
| Octal | 247 | 74 | 163 | 0 | 100 | 37 | 43 | 511 | 57 | 55 |
| Binary | 10100111 | 111100 | 1110011 | 0 | 1000000 | 11111 | 100011 | 101001001 | 101111 | 101101 |
Color Harmonies of #A73C73
Complementary color
Monochromatic Colors of #A73C73
Black with #A73C73
Text Example
Text Example
White with #A73C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73C73; }
p { color: rgb(167,60,115); }
H1.HeaderClassName
{
color: #A73C73;
}
.AnyTagClassName
{
color: #A73C73;
}
</style>
background-color css
<style>
a { background-color: #A73C73; }
a { background-color: rgb(167,60,115); }
div.DivClassName
{
background-color: #A73C73;
}
.BgClassName
{
background-color: #A73C73;
}
</style>
border-color css
<style>
span { border-color: #A73C73; }
span { border-color: rgb(167,60,115); }
td.TdClassName
{
border-color: #A73C73;
}
.TagClassName
{
border-color: #A73C73;
}
</style>