Shades of Lipstick #A4235E
Tints of Lipstick #A4235E
RGB
CMYK
RGB Variations
Color information
#A4235E (or 0xA4235E) is known color: Lipstick. HEX triplet: A4, 23 and 5E. RGB value is (164,35,94). Sum of RGB (Red+Green+Blue) = 164+35+94=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A4235E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4235E is #5BDCA1. Grayscale: #505050. Windows color (decimal): -6020258 or 6169508. OLE color: 6169508.
HSL color Cylindrical-coordinate representation of color #A4235E: hue angle of 332.56º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A4235E is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 35 | 94 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.36 |
| HSL | 332.56º | 0.65% | 0.39% | - |
| HSV(B) | 332.56º | 0.79% | 0.64% | - |
| XYZ | 17.93 | 9.9 | 11.56 | - |
| YUV | 80.3 | 135.74 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 35 | 94 | 0 | 0.79 | 0.43 | 0.36 | 332.56 | 0.65 | 0.39 |
| Hex | A4 | 23 | 5E | 0 | 4F | 2B | 24 | 14D | 41 | 27 |
| Octal | 244 | 43 | 136 | 0 | 117 | 53 | 44 | 515 | 101 | 47 |
| Binary | 10100100 | 100011 | 1011110 | 0 | 1001111 | 101011 | 100100 | 101001101 | 1000001 | 100111 |
Color Harmonies of #A4235E
Complementary color
Monochromatic Colors of #A4235E
Black with #A4235E
Text Example
Text Example
White with #A4235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4235E; }
p { color: rgb(164,35,94); }
H1.HeaderClassName
{
color: #A4235E;
}
.AnyTagClassName
{
color: #A4235E;
}
</style>
background-color css
<style>
a { background-color: #A4235E; }
a { background-color: rgb(164,35,94); }
div.DivClassName
{
background-color: #A4235E;
}
.BgClassName
{
background-color: #A4235E;
}
</style>
border-color css
<style>
span { border-color: #A4235E; }
span { border-color: rgb(164,35,94); }
td.TdClassName
{
border-color: #A4235E;
}
.TagClassName
{
border-color: #A4235E;
}
</style>