Shades of Lipstick #952E53
Tints of Lipstick #952E53
RGB
CMYK
RGB Variations
Color information
#952E53 (or 0x952E53) is known color: Lipstick. HEX triplet: 95, 2E and 53. RGB value is (149,46,83). Sum of RGB (Red+Green+Blue) = 149+46+83=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #952E53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952E53 is #6AD1AC. Grayscale: #505050. Windows color (decimal): -7000493 or 5451413. OLE color: 5451413.
HSL color Cylindrical-coordinate representation of color #952E53: hue angle of 338.45º 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 #952E53 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 83 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.42 |
| HSL | 338.45º | 0.53% | 0.38% | - |
| HSV(B) | 338.45º | 0.69% | 0.58% | - |
| XYZ | 14.93 | 8.97 | 9.13 | - |
| YUV | 81.02 | 129.12 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 83 | 0 | 0.69 | 0.44 | 0.42 | 338.45 | 0.53 | 0.38 |
| Hex | 95 | 2E | 53 | 0 | 45 | 2C | 2A | 152 | 35 | 26 |
| Octal | 225 | 56 | 123 | 0 | 105 | 54 | 52 | 522 | 65 | 46 |
| Binary | 10010101 | 101110 | 1010011 | 0 | 1000101 | 101100 | 101010 | 101010010 | 110101 | 100110 |
Color Harmonies of #952E53
Complementary color
Monochromatic Colors of #952E53
Black with #952E53
Text Example
Text Example
White with #952E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E53; }
p { color: rgb(149,46,83); }
H1.HeaderClassName
{
color: #952E53;
}
.AnyTagClassName
{
color: #952E53;
}
</style>
background-color css
<style>
a { background-color: #952E53; }
a { background-color: rgb(149,46,83); }
div.DivClassName
{
background-color: #952E53;
}
.BgClassName
{
background-color: #952E53;
}
</style>
border-color css
<style>
span { border-color: #952E53; }
span { border-color: rgb(149,46,83); }
td.TdClassName
{
border-color: #952E53;
}
.TagClassName
{
border-color: #952E53;
}
</style>