Shades of Lipstick #A4274C
Tints of Lipstick #A4274C
RGB
CMYK
RGB Variations
Color information
#A4274C (or 0xA4274C) is known color: Lipstick. HEX triplet: A4, 27 and 4C. RGB value is (164,39,76). Sum of RGB (Red+Green+Blue) = 164+39+76=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A4274C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4274C is #5BD8B3. Grayscale: #505050. Windows color (decimal): -6019252 or 4990884. OLE color: 4990884.
HSL color Cylindrical-coordinate representation of color #A4274C: hue angle of 342.24º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4274C is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 39 | 76 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.36 |
| HSL | 342.24º | 0.62% | 0.4% | - |
| HSV(B) | 342.24º | 0.76% | 0.64% | - |
| XYZ | 17.34 | 9.87 | 7.83 | - |
| YUV | 80.59 | 125.41 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 76 | 0 | 0.76 | 0.54 | 0.36 | 342.24 | 0.62 | 0.4 |
| Hex | A4 | 27 | 4C | 0 | 4C | 36 | 24 | 156 | 3E | 28 |
| Octal | 244 | 47 | 114 | 0 | 114 | 66 | 44 | 526 | 76 | 50 |
| Binary | 10100100 | 100111 | 1001100 | 0 | 1001100 | 110110 | 100100 | 101010110 | 111110 | 101000 |
Color Harmonies of #A4274C
Complementary color
Monochromatic Colors of #A4274C
Black with #A4274C
Text Example
Text Example
White with #A4274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4274C; }
p { color: rgb(164,39,76); }
H1.HeaderClassName
{
color: #A4274C;
}
.AnyTagClassName
{
color: #A4274C;
}
</style>
background-color css
<style>
a { background-color: #A4274C; }
a { background-color: rgb(164,39,76); }
div.DivClassName
{
background-color: #A4274C;
}
.BgClassName
{
background-color: #A4274C;
}
</style>
border-color css
<style>
span { border-color: #A4274C; }
span { border-color: rgb(164,39,76); }
td.TdClassName
{
border-color: #A4274C;
}
.TagClassName
{
border-color: #A4274C;
}
</style>