Shades of Lipstick #952E6B
Tints of Lipstick #952E6B
RGB
CMYK
RGB Variations
Color information
#952E6B (or 0x952E6B) is known color: Lipstick. HEX triplet: 95, 2E and 6B. RGB value is (149,46,107). Sum of RGB (Red+Green+Blue) = 149+46+107=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #952E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952E6B is #6AD194. Grayscale: #535353. Windows color (decimal): -7000469 or 7024277. OLE color: 7024277.
HSL color Cylindrical-coordinate representation of color #952E6B: hue angle of 324.47º 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 #952E6B is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 107 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.42 |
| HSL | 324.47º | 0.53% | 0.38% | - |
| HSV(B) | 324.47º | 0.69% | 0.58% | - |
| XYZ | 16.03 | 9.41 | 14.88 | - |
| YUV | 83.75 | 141.12 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 107 | 0 | 0.69 | 0.28 | 0.42 | 324.47 | 0.53 | 0.38 |
| Hex | 95 | 2E | 6B | 0 | 45 | 1C | 2A | 144 | 35 | 26 |
| Octal | 225 | 56 | 153 | 0 | 105 | 34 | 52 | 504 | 65 | 46 |
| Binary | 10010101 | 101110 | 1101011 | 0 | 1000101 | 11100 | 101010 | 101000100 | 110101 | 100110 |
Color Harmonies of #952E6B
Complementary color
Monochromatic Colors of #952E6B
Black with #952E6B
Text Example
Text Example
White with #952E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E6B; }
p { color: rgb(149,46,107); }
H1.HeaderClassName
{
color: #952E6B;
}
.AnyTagClassName
{
color: #952E6B;
}
</style>
background-color css
<style>
a { background-color: #952E6B; }
a { background-color: rgb(149,46,107); }
div.DivClassName
{
background-color: #952E6B;
}
.BgClassName
{
background-color: #952E6B;
}
</style>
border-color css
<style>
span { border-color: #952E6B; }
span { border-color: rgb(149,46,107); }
td.TdClassName
{
border-color: #952E6B;
}
.TagClassName
{
border-color: #952E6B;
}
</style>