Shades of Lipstick #A4274A
Tints of Lipstick #A4274A
RGB
CMYK
RGB Variations
Color information
#A4274A (or 0xA4274A) is known color: Lipstick. HEX triplet: A4, 27 and 4A. RGB value is (164,39,74). Sum of RGB (Red+Green+Blue) = 164+39+74=277 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.21% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 164 - color contains mainly: red. Hex color #A4274A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4274A is #5BD8B5. Grayscale: #505050. Windows color (decimal): -6019254 or 4859812. OLE color: 4859812.
HSL color Cylindrical-coordinate representation of color #A4274A: hue angle of 343.2º 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 #A4274A is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 39 | 74 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.36 |
| HSL | 343.2º | 0.62% | 0.4% | - |
| HSV(B) | 343.2º | 0.76% | 0.64% | - |
| XYZ | 17.27 | 9.84 | 7.47 | - |
| YUV | 80.37 | 124.41 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 74 | 0 | 0.76 | 0.55 | 0.36 | 343.2 | 0.62 | 0.4 |
| Hex | A4 | 27 | 4A | 0 | 4C | 37 | 24 | 157 | 3E | 28 |
| Octal | 244 | 47 | 112 | 0 | 114 | 67 | 44 | 527 | 76 | 50 |
| Binary | 10100100 | 100111 | 1001010 | 0 | 1001100 | 110111 | 100100 | 101010111 | 111110 | 101000 |
Color Harmonies of #A4274A
Complementary color
Monochromatic Colors of #A4274A
Black with #A4274A
Text Example
Text Example
White with #A4274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4274A; }
p { color: rgb(164,39,74); }
H1.HeaderClassName
{
color: #A4274A;
}
.AnyTagClassName
{
color: #A4274A;
}
</style>
background-color css
<style>
a { background-color: #A4274A; }
a { background-color: rgb(164,39,74); }
div.DivClassName
{
background-color: #A4274A;
}
.BgClassName
{
background-color: #A4274A;
}
</style>
border-color css
<style>
span { border-color: #A4274A; }
span { border-color: rgb(164,39,74); }
td.TdClassName
{
border-color: #A4274A;
}
.TagClassName
{
border-color: #A4274A;
}
</style>