Shades of Lipstick #A41C43
Tints of Lipstick #A41C43
RGB
CMYK
RGB Variations
Color information
#A41C43 (or 0xA41C43) is known color: Lipstick. HEX triplet: A4, 1C and 43. RGB value is (164,28,67). Sum of RGB (Red+Green+Blue) = 164+28+67=259 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.32% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41C43 is #5BE3BC. Grayscale: #494949. Windows color (decimal): -6022077 or 4398244. OLE color: 4398244.
HSL color Cylindrical-coordinate representation of color #A41C43: hue angle of 342.79º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41C43 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 28 | 67 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.36 |
| HSL | 342.79º | 0.71% | 0.38% | - |
| HSV(B) | 342.79º | 0.83% | 0.64% | - |
| XYZ | 16.74 | 9.13 | 6.19 | - |
| YUV | 73.11 | 124.56 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 67 | 0 | 0.83 | 0.59 | 0.36 | 342.79 | 0.71 | 0.38 |
| Hex | A4 | 1C | 43 | 0 | 53 | 3B | 24 | 157 | 47 | 26 |
| Octal | 244 | 34 | 103 | 0 | 123 | 73 | 44 | 527 | 107 | 46 |
| Binary | 10100100 | 11100 | 1000011 | 0 | 1010011 | 111011 | 100100 | 101010111 | 1000111 | 100110 |
Color Harmonies of #A41C43
Complementary color
Monochromatic Colors of #A41C43
Black with #A41C43
Text Example
Text Example
White with #A41C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41C43; }
p { color: rgb(164,28,67); }
H1.HeaderClassName
{
color: #A41C43;
}
.AnyTagClassName
{
color: #A41C43;
}
</style>
background-color css
<style>
a { background-color: #A41C43; }
a { background-color: rgb(164,28,67); }
div.DivClassName
{
background-color: #A41C43;
}
.BgClassName
{
background-color: #A41C43;
}
</style>
border-color css
<style>
span { border-color: #A41C43; }
span { border-color: rgb(164,28,67); }
td.TdClassName
{
border-color: #A41C43;
}
.TagClassName
{
border-color: #A41C43;
}
</style>