Shades of Lipstick #952E4D
Tints of Lipstick #952E4D
RGB
CMYK
RGB Variations
Color information
#952E4D (or 0x952E4D) is known color: Lipstick. HEX triplet: 95, 2E and 4D. RGB value is (149,46,77). Sum of RGB (Red+Green+Blue) = 149+46+77=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #952E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952E4D is #6AD1B2. Grayscale: #505050. Windows color (decimal): -7000499 or 5058197. OLE color: 5058197.
HSL color Cylindrical-coordinate representation of color #952E4D: hue angle of 341.94º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #952E4D is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 77 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.42 |
| HSL | 341.94º | 0.53% | 0.38% | - |
| HSV(B) | 341.94º | 0.69% | 0.58% | - |
| XYZ | 14.71 | 8.88 | 7.96 | - |
| YUV | 80.33 | 126.12 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 77 | 0 | 0.69 | 0.48 | 0.42 | 341.94 | 0.53 | 0.38 |
| Hex | 95 | 2E | 4D | 0 | 45 | 30 | 2A | 156 | 35 | 26 |
| Octal | 225 | 56 | 115 | 0 | 105 | 60 | 52 | 526 | 65 | 46 |
| Binary | 10010101 | 101110 | 1001101 | 0 | 1000101 | 110000 | 101010 | 101010110 | 110101 | 100110 |
Color Harmonies of #952E4D
Complementary color
Monochromatic Colors of #952E4D
Black with #952E4D
Text Example
Text Example
White with #952E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E4D; }
p { color: rgb(149,46,77); }
H1.HeaderClassName
{
color: #952E4D;
}
.AnyTagClassName
{
color: #952E4D;
}
</style>
background-color css
<style>
a { background-color: #952E4D; }
a { background-color: rgb(149,46,77); }
div.DivClassName
{
background-color: #952E4D;
}
.BgClassName
{
background-color: #952E4D;
}
</style>
border-color css
<style>
span { border-color: #952E4D; }
span { border-color: rgb(149,46,77); }
td.TdClassName
{
border-color: #952E4D;
}
.TagClassName
{
border-color: #952E4D;
}
</style>