Shades of Lipstick #951241
Tints of Lipstick #951241
RGB
CMYK
RGB Variations
Color information
#951241 (or 0x951241) is known color: Lipstick. HEX triplet: 95, 12 and 41. RGB value is (149,18,65). Sum of RGB (Red+Green+Blue) = 149+18+65=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #951241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951241 is #6AEDBE. Grayscale: #3E3E3E. Windows color (decimal): -7007679 or 4264597. OLE color: 4264597.
HSL color Cylindrical-coordinate representation of color #951241: hue angle of 338.47º 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 #951241 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 18 | 65 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.42 |
| HSL | 338.47º | 0.78% | 0.33% | - |
| HSV(B) | 338.47º | 0.88% | 0.58% | - |
| XYZ | 13.56 | 7.2 | 5.68 | - |
| YUV | 62.53 | 129.4 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 65 | 0 | 0.88 | 0.56 | 0.42 | 338.47 | 0.78 | 0.33 |
| Hex | 95 | 12 | 41 | 0 | 58 | 38 | 2A | 152 | 4E | 21 |
| Octal | 225 | 22 | 101 | 0 | 130 | 70 | 52 | 522 | 116 | 41 |
| Binary | 10010101 | 10010 | 1000001 | 0 | 1011000 | 111000 | 101010 | 101010010 | 1001110 | 100001 |
Color Harmonies of #951241
Complementary color
Monochromatic Colors of #951241
Black with #951241
Text Example
Text Example
White with #951241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951241; }
p { color: rgb(149,18,65); }
H1.HeaderClassName
{
color: #951241;
}
.AnyTagClassName
{
color: #951241;
}
</style>
background-color css
<style>
a { background-color: #951241; }
a { background-color: rgb(149,18,65); }
div.DivClassName
{
background-color: #951241;
}
.BgClassName
{
background-color: #951241;
}
</style>
border-color css
<style>
span { border-color: #951241; }
span { border-color: rgb(149,18,65); }
td.TdClassName
{
border-color: #951241;
}
.TagClassName
{
border-color: #951241;
}
</style>