Shades of Lipstick #953251
Tints of Lipstick #953251
RGB
CMYK
RGB Variations
Color information
#953251 (or 0x953251) is known color: Lipstick. HEX triplet: 95, 32 and 51. RGB value is (149,50,81). Sum of RGB (Red+Green+Blue) = 149+50+81=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #953251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953251 is #6ACDAE. Grayscale: #535353. Windows color (decimal): -6999471 or 5321365. OLE color: 5321365.
HSL color Cylindrical-coordinate representation of color #953251: hue angle of 341.21º 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 #953251 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 81 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.42 |
| HSL | 341.21º | 0.5% | 0.39% | - |
| HSV(B) | 341.21º | 0.66% | 0.58% | - |
| XYZ | 15.02 | 9.26 | 8.78 | - |
| YUV | 83.14 | 126.8 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 81 | 0 | 0.66 | 0.46 | 0.42 | 341.21 | 0.5 | 0.39 |
| Hex | 95 | 32 | 51 | 0 | 42 | 2E | 2A | 155 | 32 | 27 |
| Octal | 225 | 62 | 121 | 0 | 102 | 56 | 52 | 525 | 62 | 47 |
| Binary | 10010101 | 110010 | 1010001 | 0 | 1000010 | 101110 | 101010 | 101010101 | 110010 | 100111 |
Color Harmonies of #953251
Complementary color
Monochromatic Colors of #953251
Black with #953251
Text Example
Text Example
White with #953251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953251; }
p { color: rgb(149,50,81); }
H1.HeaderClassName
{
color: #953251;
}
.AnyTagClassName
{
color: #953251;
}
</style>
background-color css
<style>
a { background-color: #953251; }
a { background-color: rgb(149,50,81); }
div.DivClassName
{
background-color: #953251;
}
.BgClassName
{
background-color: #953251;
}
</style>
border-color css
<style>
span { border-color: #953251; }
span { border-color: rgb(149,50,81); }
td.TdClassName
{
border-color: #953251;
}
.TagClassName
{
border-color: #953251;
}
</style>