Shades of Lipstick #951441
Tints of Lipstick #951441
RGB
CMYK
RGB Variations
Color information
#951441 (or 0x951441) is known color: Lipstick. HEX triplet: 95, 14 and 41. RGB value is (149,20,65). Sum of RGB (Red+Green+Blue) = 149+20+65=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #951441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951441 is #6AEBBE. Grayscale: #3F3F3F. Windows color (decimal): -7007167 or 4265109. OLE color: 4265109.
HSL color Cylindrical-coordinate representation of color #951441: hue angle of 339.07º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951441 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 20 | 65 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.42 |
| HSL | 339.07º | 0.76% | 0.33% | - |
| HSV(B) | 339.07º | 0.87% | 0.58% | - |
| XYZ | 13.6 | 7.27 | 5.69 | - |
| YUV | 63.7 | 128.74 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 20 | 65 | 0 | 0.87 | 0.56 | 0.42 | 339.07 | 0.76 | 0.33 |
| Hex | 95 | 14 | 41 | 0 | 57 | 38 | 2A | 153 | 4C | 21 |
| Octal | 225 | 24 | 101 | 0 | 127 | 70 | 52 | 523 | 114 | 41 |
| Binary | 10010101 | 10100 | 1000001 | 0 | 1010111 | 111000 | 101010 | 101010011 | 1001100 | 100001 |
Color Harmonies of #951441
Complementary color
Monochromatic Colors of #951441
Black with #951441
Text Example
Text Example
White with #951441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951441; }
p { color: rgb(149,20,65); }
H1.HeaderClassName
{
color: #951441;
}
.AnyTagClassName
{
color: #951441;
}
</style>
background-color css
<style>
a { background-color: #951441; }
a { background-color: rgb(149,20,65); }
div.DivClassName
{
background-color: #951441;
}
.BgClassName
{
background-color: #951441;
}
</style>
border-color css
<style>
span { border-color: #951441; }
span { border-color: rgb(149,20,65); }
td.TdClassName
{
border-color: #951441;
}
.TagClassName
{
border-color: #951441;
}
</style>