Shades of Lipstick #953252
Tints of Lipstick #953252
RGB
CMYK
RGB Variations
Color information
#953252 (or 0x953252) is known color: Lipstick. HEX triplet: 95, 32 and 52. RGB value is (149,50,82). Sum of RGB (Red+Green+Blue) = 149+50+82=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #953252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953252 is #6ACDAD. Grayscale: #535353. Windows color (decimal): -6999470 or 5386901. OLE color: 5386901.
HSL color Cylindrical-coordinate representation of color #953252: hue angle of 340.61º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953252 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 82 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.42 |
| HSL | 340.61º | 0.5% | 0.39% | - |
| HSV(B) | 340.61º | 0.66% | 0.58% | - |
| XYZ | 15.06 | 9.28 | 8.98 | - |
| YUV | 83.25 | 127.3 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 82 | 0 | 0.66 | 0.45 | 0.42 | 340.61 | 0.5 | 0.39 |
| Hex | 95 | 32 | 52 | 0 | 42 | 2D | 2A | 155 | 32 | 27 |
| Octal | 225 | 62 | 122 | 0 | 102 | 55 | 52 | 525 | 62 | 47 |
| Binary | 10010101 | 110010 | 1010010 | 0 | 1000010 | 101101 | 101010 | 101010101 | 110010 | 100111 |
Color Harmonies of #953252
Complementary color
Monochromatic Colors of #953252
Black with #953252
Text Example
Text Example
White with #953252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953252; }
p { color: rgb(149,50,82); }
H1.HeaderClassName
{
color: #953252;
}
.AnyTagClassName
{
color: #953252;
}
</style>
background-color css
<style>
a { background-color: #953252; }
a { background-color: rgb(149,50,82); }
div.DivClassName
{
background-color: #953252;
}
.BgClassName
{
background-color: #953252;
}
</style>
border-color css
<style>
span { border-color: #953252; }
span { border-color: rgb(149,50,82); }
td.TdClassName
{
border-color: #953252;
}
.TagClassName
{
border-color: #953252;
}
</style>