Shades of Lipstick #951E5C
Tints of Lipstick #951E5C
RGB
CMYK
RGB Variations
Color information
#951E5C (or 0x951E5C) is known color: Lipstick. HEX triplet: 95, 1E and 5C. RGB value is (149,30,92). Sum of RGB (Red+Green+Blue) = 149+30+92=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #951E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951E5C is #6AE1A3. Grayscale: #484848. Windows color (decimal): -7004580 or 6037141. OLE color: 6037141.
HSL color Cylindrical-coordinate representation of color #951E5C: hue angle of 328.74º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #951E5C is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 30 | 92 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.42 |
| HSL | 328.74º | 0.66% | 0.35% | - |
| HSV(B) | 328.74º | 0.8% | 0.58% | - |
| XYZ | 14.79 | 8.09 | 10.91 | - |
| YUV | 72.65 | 138.92 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 30 | 92 | 0 | 0.80 | 0.38 | 0.42 | 328.74 | 0.66 | 0.35 |
| Hex | 95 | 1E | 5C | 0 | 50 | 26 | 2A | 149 | 42 | 23 |
| Octal | 225 | 36 | 134 | 0 | 120 | 46 | 52 | 511 | 102 | 43 |
| Binary | 10010101 | 11110 | 1011100 | 0 | 1010000 | 100110 | 101010 | 101001001 | 1000010 | 100011 |
Color Harmonies of #951E5C
Complementary color
Monochromatic Colors of #951E5C
Black with #951E5C
Text Example
Text Example
White with #951E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951E5C; }
p { color: rgb(149,30,92); }
H1.HeaderClassName
{
color: #951E5C;
}
.AnyTagClassName
{
color: #951E5C;
}
</style>
background-color css
<style>
a { background-color: #951E5C; }
a { background-color: rgb(149,30,92); }
div.DivClassName
{
background-color: #951E5C;
}
.BgClassName
{
background-color: #951E5C;
}
</style>
border-color css
<style>
span { border-color: #951E5C; }
span { border-color: rgb(149,30,92); }
td.TdClassName
{
border-color: #951E5C;
}
.TagClassName
{
border-color: #951E5C;
}
</style>