Shades of Lipstick #952E46
Tints of Lipstick #952E46
RGB
CMYK
RGB Variations
Color information
#952E46 (or 0x952E46) is known color: Lipstick. HEX triplet: 95, 2E and 46. RGB value is (149,46,70). Sum of RGB (Red+Green+Blue) = 149+46+70=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #952E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952E46 is #6AD1B9. Grayscale: #4F4F4F. Windows color (decimal): -7000506 or 4599445. OLE color: 4599445.
HSL color Cylindrical-coordinate representation of color #952E46: hue angle of 346.02º 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 #952E46 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 70 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.42 |
| HSL | 346.02º | 0.53% | 0.38% | - |
| HSV(B) | 346.02º | 0.69% | 0.58% | - |
| XYZ | 14.48 | 8.79 | 6.73 | - |
| YUV | 79.53 | 122.62 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 70 | 0 | 0.69 | 0.53 | 0.42 | 346.02 | 0.53 | 0.38 |
| Hex | 95 | 2E | 46 | 0 | 45 | 35 | 2A | 15A | 35 | 26 |
| Octal | 225 | 56 | 106 | 0 | 105 | 65 | 52 | 532 | 65 | 46 |
| Binary | 10010101 | 101110 | 1000110 | 0 | 1000101 | 110101 | 101010 | 101011010 | 110101 | 100110 |
Color Harmonies of #952E46
Complementary color
Monochromatic Colors of #952E46
Black with #952E46
Text Example
Text Example
White with #952E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E46; }
p { color: rgb(149,46,70); }
H1.HeaderClassName
{
color: #952E46;
}
.AnyTagClassName
{
color: #952E46;
}
</style>
background-color css
<style>
a { background-color: #952E46; }
a { background-color: rgb(149,46,70); }
div.DivClassName
{
background-color: #952E46;
}
.BgClassName
{
background-color: #952E46;
}
</style>
border-color css
<style>
span { border-color: #952E46; }
span { border-color: rgb(149,46,70); }
td.TdClassName
{
border-color: #952E46;
}
.TagClassName
{
border-color: #952E46;
}
</style>