Shades of Lipstick #952344
Tints of Lipstick #952344
RGB
CMYK
RGB Variations
Color information
#952344 (or 0x952344) is known color: Lipstick. HEX triplet: 95, 23 and 44. RGB value is (149,35,68). Sum of RGB (Red+Green+Blue) = 149+35+68=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #952344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952344 is #6ADCBB. Grayscale: #484848. Windows color (decimal): -7003324 or 4465557. OLE color: 4465557.
HSL color Cylindrical-coordinate representation of color #952344: hue angle of 342.63º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952344 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 35 | 68 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.42 |
| HSL | 342.63º | 0.62% | 0.36% | - |
| HSV(B) | 342.63º | 0.77% | 0.58% | - |
| XYZ | 14.04 | 8.01 | 6.27 | - |
| YUV | 72.85 | 125.27 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 35 | 68 | 0 | 0.77 | 0.54 | 0.42 | 342.63 | 0.62 | 0.36 |
| Hex | 95 | 23 | 44 | 0 | 4D | 36 | 2A | 157 | 3E | 24 |
| Octal | 225 | 43 | 104 | 0 | 115 | 66 | 52 | 527 | 76 | 44 |
| Binary | 10010101 | 100011 | 1000100 | 0 | 1001101 | 110110 | 101010 | 101010111 | 111110 | 100100 |
Color Harmonies of #952344
Complementary color
Monochromatic Colors of #952344
Black with #952344
Text Example
Text Example
White with #952344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952344; }
p { color: rgb(149,35,68); }
H1.HeaderClassName
{
color: #952344;
}
.AnyTagClassName
{
color: #952344;
}
</style>
background-color css
<style>
a { background-color: #952344; }
a { background-color: rgb(149,35,68); }
div.DivClassName
{
background-color: #952344;
}
.BgClassName
{
background-color: #952344;
}
</style>
border-color css
<style>
span { border-color: #952344; }
span { border-color: rgb(149,35,68); }
td.TdClassName
{
border-color: #952344;
}
.TagClassName
{
border-color: #952344;
}
</style>