Shades of Lipstick #952247
Tints of Lipstick #952247
RGB
CMYK
RGB Variations
Color information
#952247 (or 0x952247) is known color: Lipstick. HEX triplet: 95, 22 and 47. RGB value is (149,34,71). Sum of RGB (Red+Green+Blue) = 149+34+71=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #952247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952247 is #6ADDB8. Grayscale: #484848. Windows color (decimal): -7003577 or 4661909. OLE color: 4661909.
HSL color Cylindrical-coordinate representation of color #952247: hue angle of 340.7º degrees, saturation: 0.63, 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 #952247 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 71 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.42 |
| HSL | 340.7º | 0.63% | 0.36% | - |
| HSV(B) | 340.7º | 0.77% | 0.58% | - |
| XYZ | 14.1 | 7.99 | 6.76 | - |
| YUV | 72.6 | 127.1 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 71 | 0 | 0.77 | 0.52 | 0.42 | 340.7 | 0.63 | 0.36 |
| Hex | 95 | 22 | 47 | 0 | 4D | 34 | 2A | 155 | 3F | 24 |
| Octal | 225 | 42 | 107 | 0 | 115 | 64 | 52 | 525 | 77 | 44 |
| Binary | 10010101 | 100010 | 1000111 | 0 | 1001101 | 110100 | 101010 | 101010101 | 111111 | 100100 |
Color Harmonies of #952247
Complementary color
Monochromatic Colors of #952247
Black with #952247
Text Example
Text Example
White with #952247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952247; }
p { color: rgb(149,34,71); }
H1.HeaderClassName
{
color: #952247;
}
.AnyTagClassName
{
color: #952247;
}
</style>
background-color css
<style>
a { background-color: #952247; }
a { background-color: rgb(149,34,71); }
div.DivClassName
{
background-color: #952247;
}
.BgClassName
{
background-color: #952247;
}
</style>
border-color css
<style>
span { border-color: #952247; }
span { border-color: rgb(149,34,71); }
td.TdClassName
{
border-color: #952247;
}
.TagClassName
{
border-color: #952247;
}
</style>