Shades of Lipstick #951F5D
Tints of Lipstick #951F5D
RGB
CMYK
RGB Variations
Color information
#951F5D (or 0x951F5D) is known color: Lipstick. HEX triplet: 95, 1F and 5D. RGB value is (149,31,93). Sum of RGB (Red+Green+Blue) = 149+31+93=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #951F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951F5D is #6AE0A2. Grayscale: #494949. Windows color (decimal): -7004323 or 6102933. OLE color: 6102933.
HSL color Cylindrical-coordinate representation of color #951F5D: hue angle of 328.47º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #951F5D is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 31 | 93 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.42 |
| HSL | 328.47º | 0.66% | 0.35% | - |
| HSV(B) | 328.47º | 0.79% | 0.58% | - |
| XYZ | 14.86 | 8.16 | 11.15 | - |
| YUV | 73.35 | 139.09 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 93 | 0 | 0.79 | 0.38 | 0.42 | 328.47 | 0.66 | 0.35 |
| Hex | 95 | 1F | 5D | 0 | 4F | 26 | 2A | 148 | 42 | 23 |
| Octal | 225 | 37 | 135 | 0 | 117 | 46 | 52 | 510 | 102 | 43 |
| Binary | 10010101 | 11111 | 1011101 | 0 | 1001111 | 100110 | 101010 | 101001000 | 1000010 | 100011 |
Color Harmonies of #951F5D
Complementary color
Monochromatic Colors of #951F5D
Black with #951F5D
Text Example
Text Example
White with #951F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951F5D; }
p { color: rgb(149,31,93); }
H1.HeaderClassName
{
color: #951F5D;
}
.AnyTagClassName
{
color: #951F5D;
}
</style>
background-color css
<style>
a { background-color: #951F5D; }
a { background-color: rgb(149,31,93); }
div.DivClassName
{
background-color: #951F5D;
}
.BgClassName
{
background-color: #951F5D;
}
</style>
border-color css
<style>
span { border-color: #951F5D; }
span { border-color: rgb(149,31,93); }
td.TdClassName
{
border-color: #951F5D;
}
.TagClassName
{
border-color: #951F5D;
}
</style>