Shades of Lipstick #950F41
Tints of Lipstick #950F41
RGB
CMYK
RGB Variations
Color information
#950F41 (or 0x950F41) is known color: Lipstick. HEX triplet: 95, 0F and 41. RGB value is (149,15,65). Sum of RGB (Red+Green+Blue) = 149+15+65=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #950F41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950F41 is #6AF0BE. Grayscale: #3C3C3C. Windows color (decimal): -7008447 or 4263829. OLE color: 4263829.
HSL color Cylindrical-coordinate representation of color #950F41: hue angle of 337.61º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F41 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 15 | 65 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.42 |
| HSL | 337.61º | 0.82% | 0.32% | - |
| HSV(B) | 337.61º | 0.9% | 0.58% | - |
| XYZ | 13.52 | 7.11 | 5.66 | - |
| YUV | 60.77 | 130.39 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 65 | 0 | 0.90 | 0.56 | 0.42 | 337.61 | 0.82 | 0.32 |
| Hex | 95 | F | 41 | 0 | 5A | 38 | 2A | 152 | 52 | 20 |
| Octal | 225 | 17 | 101 | 0 | 132 | 70 | 52 | 522 | 122 | 40 |
| Binary | 10010101 | 1111 | 1000001 | 0 | 1011010 | 111000 | 101010 | 101010010 | 1010010 | 100000 |
Color Harmonies of #950F41
Complementary color
Monochromatic Colors of #950F41
Black with #950F41
Text Example
Text Example
White with #950F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950F41; }
p { color: rgb(149,15,65); }
H1.HeaderClassName
{
color: #950F41;
}
.AnyTagClassName
{
color: #950F41;
}
</style>
background-color css
<style>
a { background-color: #950F41; }
a { background-color: rgb(149,15,65); }
div.DivClassName
{
background-color: #950F41;
}
.BgClassName
{
background-color: #950F41;
}
</style>
border-color css
<style>
span { border-color: #950F41; }
span { border-color: rgb(149,15,65); }
td.TdClassName
{
border-color: #950F41;
}
.TagClassName
{
border-color: #950F41;
}
</style>