Shades of Lipstick #951E5B
Tints of Lipstick #951E5B
RGB
CMYK
RGB Variations
Color information
#951E5B (or 0x951E5B) is known color: Lipstick. HEX triplet: 95, 1E and 5B. RGB value is (149,30,91). Sum of RGB (Red+Green+Blue) = 149+30+91=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #951E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951E5B is #6AE1A4. Grayscale: #484848. Windows color (decimal): -7004581 or 5971605. OLE color: 5971605.
HSL color Cylindrical-coordinate representation of color #951E5B: hue angle of 329.24º 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 #951E5B is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 30 | 91 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.42 |
| HSL | 329.24º | 0.66% | 0.35% | - |
| HSV(B) | 329.24º | 0.8% | 0.58% | - |
| XYZ | 14.75 | 8.07 | 10.68 | - |
| YUV | 72.54 | 138.42 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 30 | 91 | 0 | 0.80 | 0.39 | 0.42 | 329.24 | 0.66 | 0.35 |
| Hex | 95 | 1E | 5B | 0 | 50 | 27 | 2A | 149 | 42 | 23 |
| Octal | 225 | 36 | 133 | 0 | 120 | 47 | 52 | 511 | 102 | 43 |
| Binary | 10010101 | 11110 | 1011011 | 0 | 1010000 | 100111 | 101010 | 101001001 | 1000010 | 100011 |
Color Harmonies of #951E5B
Complementary color
Monochromatic Colors of #951E5B
Black with #951E5B
Text Example
Text Example
White with #951E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951E5B; }
p { color: rgb(149,30,91); }
H1.HeaderClassName
{
color: #951E5B;
}
.AnyTagClassName
{
color: #951E5B;
}
</style>
background-color css
<style>
a { background-color: #951E5B; }
a { background-color: rgb(149,30,91); }
div.DivClassName
{
background-color: #951E5B;
}
.BgClassName
{
background-color: #951E5B;
}
</style>
border-color css
<style>
span { border-color: #951E5B; }
span { border-color: rgb(149,30,91); }
td.TdClassName
{
border-color: #951E5B;
}
.TagClassName
{
border-color: #951E5B;
}
</style>