Shades of Lipstick #952E4B
Tints of Lipstick #952E4B
RGB
CMYK
RGB Variations
Color information
#952E4B (or 0x952E4B) is known color: Lipstick. HEX triplet: 95, 2E and 4B. RGB value is (149,46,75). Sum of RGB (Red+Green+Blue) = 149+46+75=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #952E4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952E4B is #6AD1B4. Grayscale: #505050. Windows color (decimal): -7000501 or 4927125. OLE color: 4927125.
HSL color Cylindrical-coordinate representation of color #952E4B: hue angle of 343.11º 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 #952E4B is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 75 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.42 |
| HSL | 343.11º | 0.53% | 0.38% | - |
| HSV(B) | 343.11º | 0.69% | 0.58% | - |
| XYZ | 14.64 | 8.85 | 7.59 | - |
| YUV | 80.1 | 125.12 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 75 | 0 | 0.69 | 0.50 | 0.42 | 343.11 | 0.53 | 0.38 |
| Hex | 95 | 2E | 4B | 0 | 45 | 32 | 2A | 157 | 35 | 26 |
| Octal | 225 | 56 | 113 | 0 | 105 | 62 | 52 | 527 | 65 | 46 |
| Binary | 10010101 | 101110 | 1001011 | 0 | 1000101 | 110010 | 101010 | 101010111 | 110101 | 100110 |
Color Harmonies of #952E4B
Complementary color
Monochromatic Colors of #952E4B
Black with #952E4B
Text Example
Text Example
White with #952E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E4B; }
p { color: rgb(149,46,75); }
H1.HeaderClassName
{
color: #952E4B;
}
.AnyTagClassName
{
color: #952E4B;
}
</style>
background-color css
<style>
a { background-color: #952E4B; }
a { background-color: rgb(149,46,75); }
div.DivClassName
{
background-color: #952E4B;
}
.BgClassName
{
background-color: #952E4B;
}
</style>
border-color css
<style>
span { border-color: #952E4B; }
span { border-color: rgb(149,46,75); }
td.TdClassName
{
border-color: #952E4B;
}
.TagClassName
{
border-color: #952E4B;
}
</style>