Shades of Lipstick #951D5E
Tints of Lipstick #951D5E
RGB
CMYK
RGB Variations
Color information
#951D5E (or 0x951D5E) is known color: Lipstick. HEX triplet: 95, 1D and 5E. RGB value is (149,29,94). Sum of RGB (Red+Green+Blue) = 149+29+94=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #951D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951D5E is #6AE2A1. Grayscale: #484848. Windows color (decimal): -7004834 or 6167957. OLE color: 6167957.
HSL color Cylindrical-coordinate representation of color #951D5E: hue angle of 327.5º 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 #951D5E is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 29 | 94 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.42 |
| HSL | 327.5º | 0.67% | 0.35% | - |
| HSV(B) | 327.5º | 0.81% | 0.58% | - |
| XYZ | 14.85 | 8.08 | 11.37 | - |
| YUV | 72.29 | 140.26 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 29 | 94 | 0 | 0.81 | 0.37 | 0.42 | 327.5 | 0.67 | 0.35 |
| Hex | 95 | 1D | 5E | 0 | 51 | 25 | 2A | 148 | 43 | 23 |
| Octal | 225 | 35 | 136 | 0 | 121 | 45 | 52 | 510 | 103 | 43 |
| Binary | 10010101 | 11101 | 1011110 | 0 | 1010001 | 100101 | 101010 | 101001000 | 1000011 | 100011 |
Color Harmonies of #951D5E
Complementary color
Monochromatic Colors of #951D5E
Black with #951D5E
Text Example
Text Example
White with #951D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951D5E; }
p { color: rgb(149,29,94); }
H1.HeaderClassName
{
color: #951D5E;
}
.AnyTagClassName
{
color: #951D5E;
}
</style>
background-color css
<style>
a { background-color: #951D5E; }
a { background-color: rgb(149,29,94); }
div.DivClassName
{
background-color: #951D5E;
}
.BgClassName
{
background-color: #951D5E;
}
</style>
border-color css
<style>
span { border-color: #951D5E; }
span { border-color: rgb(149,29,94); }
td.TdClassName
{
border-color: #951D5E;
}
.TagClassName
{
border-color: #951D5E;
}
</style>