Shades of Lipstick #A32241
Tints of Lipstick #A32241
RGB
CMYK
RGB Variations
Color information
#A32241 (or 0xA32241) is known color: Lipstick. HEX triplet: A3, 22 and 41. RGB value is (163,34,65). Sum of RGB (Red+Green+Blue) = 163+34+65=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A32241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32241 is #5CDDBE. Grayscale: #4C4C4C. Windows color (decimal): -6086079 or 4268707. OLE color: 4268707.
HSL color Cylindrical-coordinate representation of color #A32241: hue angle of 345.58º 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 #A32241 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 34 | 65 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.36 |
| HSL | 345.58º | 0.65% | 0.39% | - |
| HSV(B) | 345.58º | 0.79% | 0.64% | - |
| XYZ | 16.63 | 9.31 | 5.92 | - |
| YUV | 76.11 | 121.74 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 34 | 65 | 0 | 0.79 | 0.60 | 0.36 | 345.58 | 0.65 | 0.39 |
| Hex | A3 | 22 | 41 | 0 | 4F | 3C | 24 | 15A | 41 | 27 |
| Octal | 243 | 42 | 101 | 0 | 117 | 74 | 44 | 532 | 101 | 47 |
| Binary | 10100011 | 100010 | 1000001 | 0 | 1001111 | 111100 | 100100 | 101011010 | 1000001 | 100111 |
Color Harmonies of #A32241
Complementary color
Monochromatic Colors of #A32241
Black with #A32241
Text Example
Text Example
White with #A32241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32241; }
p { color: rgb(163,34,65); }
H1.HeaderClassName
{
color: #A32241;
}
.AnyTagClassName
{
color: #A32241;
}
</style>
background-color css
<style>
a { background-color: #A32241; }
a { background-color: rgb(163,34,65); }
div.DivClassName
{
background-color: #A32241;
}
.BgClassName
{
background-color: #A32241;
}
</style>
border-color css
<style>
span { border-color: #A32241; }
span { border-color: rgb(163,34,65); }
td.TdClassName
{
border-color: #A32241;
}
.TagClassName
{
border-color: #A32241;
}
</style>