Shades of Rouge #A43D73
Tints of Rouge #A43D73
RGB
CMYK
RGB Variations
Color information
#A43D73 (or 0xA43D73) is known color: Rouge. HEX triplet: A4, 3D and 73. RGB value is (164,61,115). Sum of RGB (Red+Green+Blue) = 164+61+115=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43D73 is #5BC28C. Grayscale: #616161. Windows color (decimal): -6013581 or 7552420. OLE color: 7552420.
HSL color Cylindrical-coordinate representation of color #A43D73: hue angle of 328.54º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A43D73 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 61 | 115 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.36 |
| HSL | 328.54º | 0.46% | 0.44% | - |
| HSV(B) | 328.54º | 0.63% | 0.64% | - |
| XYZ | 20.07 | 12.47 | 17.57 | - |
| YUV | 97.95 | 137.62 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 115 | 0 | 0.63 | 0.30 | 0.36 | 328.54 | 0.46 | 0.44 |
| Hex | A4 | 3D | 73 | 0 | 3F | 1E | 24 | 149 | 2E | 2C |
| Octal | 244 | 75 | 163 | 0 | 77 | 36 | 44 | 511 | 56 | 54 |
| Binary | 10100100 | 111101 | 1110011 | 0 | 111111 | 11110 | 100100 | 101001001 | 101110 | 101100 |
Color Harmonies of #A43D73
Complementary color
Monochromatic Colors of #A43D73
Black with #A43D73
Text Example
Text Example
White with #A43D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43D73; }
p { color: rgb(164,61,115); }
H1.HeaderClassName
{
color: #A43D73;
}
.AnyTagClassName
{
color: #A43D73;
}
</style>
background-color css
<style>
a { background-color: #A43D73; }
a { background-color: rgb(164,61,115); }
div.DivClassName
{
background-color: #A43D73;
}
.BgClassName
{
background-color: #A43D73;
}
</style>
border-color css
<style>
span { border-color: #A43D73; }
span { border-color: rgb(164,61,115); }
td.TdClassName
{
border-color: #A43D73;
}
.TagClassName
{
border-color: #A43D73;
}
</style>