Shades of Rouge #A43D5D
Tints of Rouge #A43D5D
RGB
CMYK
RGB Variations
Color information
#A43D5D (or 0xA43D5D) is known color: Rouge. HEX triplet: A4, 3D and 5D. RGB value is (164,61,93). Sum of RGB (Red+Green+Blue) = 164+61+93=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43D5D is #5BC2A2. Grayscale: #5F5F5F. Windows color (decimal): -6013603 or 6110628. OLE color: 6110628.
HSL color Cylindrical-coordinate representation of color #A43D5D: hue angle of 341.36º 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 #A43D5D is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 61 | 93 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.36 |
| HSL | 341.36º | 0.46% | 0.44% | - |
| HSV(B) | 341.36º | 0.63% | 0.64% | - |
| XYZ | 18.95 | 12.02 | 11.68 | - |
| YUV | 95.45 | 126.62 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 93 | 0 | 0.63 | 0.43 | 0.36 | 341.36 | 0.46 | 0.44 |
| Hex | A4 | 3D | 5D | 0 | 3F | 2B | 24 | 155 | 2E | 2C |
| Octal | 244 | 75 | 135 | 0 | 77 | 53 | 44 | 525 | 56 | 54 |
| Binary | 10100100 | 111101 | 1011101 | 0 | 111111 | 101011 | 100100 | 101010101 | 101110 | 101100 |
Color Harmonies of #A43D5D
Complementary color
Monochromatic Colors of #A43D5D
Black with #A43D5D
Text Example
Text Example
White with #A43D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43D5D; }
p { color: rgb(164,61,93); }
H1.HeaderClassName
{
color: #A43D5D;
}
.AnyTagClassName
{
color: #A43D5D;
}
</style>
background-color css
<style>
a { background-color: #A43D5D; }
a { background-color: rgb(164,61,93); }
div.DivClassName
{
background-color: #A43D5D;
}
.BgClassName
{
background-color: #A43D5D;
}
</style>
border-color css
<style>
span { border-color: #A43D5D; }
span { border-color: rgb(164,61,93); }
td.TdClassName
{
border-color: #A43D5D;
}
.TagClassName
{
border-color: #A43D5D;
}
</style>