Shades of Lipstick #951247
Tints of Lipstick #951247
RGB
CMYK
RGB Variations
Color information
#951247 (or 0x951247) is known color: Lipstick. HEX triplet: 95, 12 and 47. RGB value is (149,18,71). Sum of RGB (Red+Green+Blue) = 149+18+71=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #951247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951247 is #6AEDB8. Grayscale: #3F3F3F. Windows color (decimal): -7007673 or 4657813. OLE color: 4657813.
HSL color Cylindrical-coordinate representation of color #951247: hue angle of 335.73º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951247 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 18 | 71 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.42 |
| HSL | 335.73º | 0.78% | 0.33% | - |
| HSV(B) | 335.73º | 0.88% | 0.58% | - |
| XYZ | 13.75 | 7.28 | 6.64 | - |
| YUV | 63.21 | 132.4 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 71 | 0 | 0.88 | 0.52 | 0.42 | 335.73 | 0.78 | 0.33 |
| Hex | 95 | 12 | 47 | 0 | 58 | 34 | 2A | 150 | 4E | 21 |
| Octal | 225 | 22 | 107 | 0 | 130 | 64 | 52 | 520 | 116 | 41 |
| Binary | 10010101 | 10010 | 1000111 | 0 | 1011000 | 110100 | 101010 | 101010000 | 1001110 | 100001 |
Color Harmonies of #951247
Complementary color
Monochromatic Colors of #951247
Black with #951247
Text Example
Text Example
White with #951247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951247; }
p { color: rgb(149,18,71); }
H1.HeaderClassName
{
color: #951247;
}
.AnyTagClassName
{
color: #951247;
}
</style>
background-color css
<style>
a { background-color: #951247; }
a { background-color: rgb(149,18,71); }
div.DivClassName
{
background-color: #951247;
}
.BgClassName
{
background-color: #951247;
}
</style>
border-color css
<style>
span { border-color: #951247; }
span { border-color: rgb(149,18,71); }
td.TdClassName
{
border-color: #951247;
}
.TagClassName
{
border-color: #951247;
}
</style>