Shades of Rouge #A23D5D
Tints of Rouge #A23D5D
RGB
CMYK
RGB Variations
Color information
#A23D5D (or 0xA23D5D) is known color: Rouge. HEX triplet: A2, 3D and 5D. RGB value is (162,61,93). Sum of RGB (Red+Green+Blue) = 162+61+93=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23D5D is #5DC2A2. Grayscale: #5E5E5E. Windows color (decimal): -6144675 or 6110626. OLE color: 6110626.
HSL color Cylindrical-coordinate representation of color #A23D5D: hue angle of 340.99º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A23D5D is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 61 | 93 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.36 |
| HSL | 340.99º | 0.45% | 0.44% | - |
| HSV(B) | 340.99º | 0.62% | 0.64% | - |
| XYZ | 18.54 | 11.81 | 11.66 | - |
| YUV | 94.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 93 | 0 | 0.62 | 0.43 | 0.36 | 340.99 | 0.45 | 0.44 |
| Hex | A2 | 3D | 5D | 0 | 3E | 2B | 24 | 155 | 2D | 2C |
| Octal | 242 | 75 | 135 | 0 | 76 | 53 | 44 | 525 | 55 | 54 |
| Binary | 10100010 | 111101 | 1011101 | 0 | 111110 | 101011 | 100100 | 101010101 | 101101 | 101100 |
Color Harmonies of #A23D5D
Complementary color
Monochromatic Colors of #A23D5D
Black with #A23D5D
Text Example
Text Example
White with #A23D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23D5D; }
p { color: rgb(162,61,93); }
H1.HeaderClassName
{
color: #A23D5D;
}
.AnyTagClassName
{
color: #A23D5D;
}
</style>
background-color css
<style>
a { background-color: #A23D5D; }
a { background-color: rgb(162,61,93); }
div.DivClassName
{
background-color: #A23D5D;
}
.BgClassName
{
background-color: #A23D5D;
}
</style>
border-color css
<style>
span { border-color: #A23D5D; }
span { border-color: rgb(162,61,93); }
td.TdClassName
{
border-color: #A23D5D;
}
.TagClassName
{
border-color: #A23D5D;
}
</style>