Shades of Lipstick #A4274E
Tints of Lipstick #A4274E
RGB
CMYK
RGB Variations
Color information
#A4274E (or 0xA4274E) is known color: Lipstick. HEX triplet: A4, 27 and 4E. RGB value is (164,39,78). Sum of RGB (Red+Green+Blue) = 164+39+78=281 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.36% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 164 - color contains mainly: red. Hex color #A4274E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4274E is #5BD8B1. Grayscale: #505050. Windows color (decimal): -6019250 or 5121956. OLE color: 5121956.
HSL color Cylindrical-coordinate representation of color #A4274E: hue angle of 341.28º 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 #A4274E is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 39 | 78 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.36 |
| HSL | 341.28º | 0.62% | 0.4% | - |
| HSV(B) | 341.28º | 0.76% | 0.64% | - |
| XYZ | 17.41 | 9.89 | 8.2 | - |
| YUV | 80.82 | 126.41 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 78 | 0 | 0.76 | 0.52 | 0.36 | 341.28 | 0.62 | 0.4 |
| Hex | A4 | 27 | 4E | 0 | 4C | 34 | 24 | 155 | 3E | 28 |
| Octal | 244 | 47 | 116 | 0 | 114 | 64 | 44 | 525 | 76 | 50 |
| Binary | 10100100 | 100111 | 1001110 | 0 | 1001100 | 110100 | 100100 | 101010101 | 111110 | 101000 |
Color Harmonies of #A4274E
Complementary color
Monochromatic Colors of #A4274E
Black with #A4274E
Text Example
Text Example
White with #A4274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4274E; }
p { color: rgb(164,39,78); }
H1.HeaderClassName
{
color: #A4274E;
}
.AnyTagClassName
{
color: #A4274E;
}
</style>
background-color css
<style>
a { background-color: #A4274E; }
a { background-color: rgb(164,39,78); }
div.DivClassName
{
background-color: #A4274E;
}
.BgClassName
{
background-color: #A4274E;
}
</style>
border-color css
<style>
span { border-color: #A4274E; }
span { border-color: rgb(164,39,78); }
td.TdClassName
{
border-color: #A4274E;
}
.TagClassName
{
border-color: #A4274E;
}
</style>