Shades of Lipstick #951D55
Tints of Lipstick #951D55
RGB
CMYK
RGB Variations
Color information
#951D55 (or 0x951D55) is known color: Lipstick. HEX triplet: 95, 1D and 55. RGB value is (149,29,85). Sum of RGB (Red+Green+Blue) = 149+29+85=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #951D55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951D55 is #6AE2AA. Grayscale: #474747. Windows color (decimal): -7004843 or 5578133. OLE color: 5578133.
HSL color Cylindrical-coordinate representation of color #951D55: hue angle of 332º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951D55 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 29 | 85 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.42 |
| HSL | 332º | 0.67% | 0.35% | - |
| HSV(B) | 332º | 0.81% | 0.58% | - |
| XYZ | 14.47 | 7.92 | 9.36 | - |
| YUV | 71.26 | 135.76 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 29 | 85 | 0 | 0.81 | 0.43 | 0.42 | 332 | 0.67 | 0.35 |
| Hex | 95 | 1D | 55 | 0 | 51 | 2B | 2A | 14C | 43 | 23 |
| Octal | 225 | 35 | 125 | 0 | 121 | 53 | 52 | 514 | 103 | 43 |
| Binary | 10010101 | 11101 | 1010101 | 0 | 1010001 | 101011 | 101010 | 101001100 | 1000011 | 100011 |
Color Harmonies of #951D55
Complementary color
Monochromatic Colors of #951D55
Black with #951D55
Text Example
Text Example
White with #951D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951D55; }
p { color: rgb(149,29,85); }
H1.HeaderClassName
{
color: #951D55;
}
.AnyTagClassName
{
color: #951D55;
}
</style>
background-color css
<style>
a { background-color: #951D55; }
a { background-color: rgb(149,29,85); }
div.DivClassName
{
background-color: #951D55;
}
.BgClassName
{
background-color: #951D55;
}
</style>
border-color css
<style>
span { border-color: #951D55; }
span { border-color: rgb(149,29,85); }
td.TdClassName
{
border-color: #951D55;
}
.TagClassName
{
border-color: #951D55;
}
</style>