Shades of Lipstick #951954
Tints of Lipstick #951954
RGB
CMYK
RGB Variations
Color information
#951954 (or 0x951954) is known color: Lipstick. HEX triplet: 95, 19 and 54. RGB value is (149,25,84). Sum of RGB (Red+Green+Blue) = 149+25+84=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #951954 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951954 is #6AE6AB. Grayscale: #444444. Windows color (decimal): -7005868 or 5511573. OLE color: 5511573.
HSL color Cylindrical-coordinate representation of color #951954: hue angle of 331.45º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951954 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 25 | 84 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.42 |
| HSL | 331.45º | 0.71% | 0.34% | - |
| HSV(B) | 331.45º | 0.83% | 0.58% | - |
| XYZ | 14.34 | 7.72 | 9.12 | - |
| YUV | 68.8 | 136.58 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 84 | 0 | 0.83 | 0.44 | 0.42 | 331.45 | 0.71 | 0.34 |
| Hex | 95 | 19 | 54 | 0 | 53 | 2C | 2A | 14B | 47 | 22 |
| Octal | 225 | 31 | 124 | 0 | 123 | 54 | 52 | 513 | 107 | 42 |
| Binary | 10010101 | 11001 | 1010100 | 0 | 1010011 | 101100 | 101010 | 101001011 | 1000111 | 100010 |
Color Harmonies of #951954
Complementary color
Monochromatic Colors of #951954
Black with #951954
Text Example
Text Example
White with #951954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951954; }
p { color: rgb(149,25,84); }
H1.HeaderClassName
{
color: #951954;
}
.AnyTagClassName
{
color: #951954;
}
</style>
background-color css
<style>
a { background-color: #951954; }
a { background-color: rgb(149,25,84); }
div.DivClassName
{
background-color: #951954;
}
.BgClassName
{
background-color: #951954;
}
</style>
border-color css
<style>
span { border-color: #951954; }
span { border-color: rgb(149,25,84); }
td.TdClassName
{
border-color: #951954;
}
.TagClassName
{
border-color: #951954;
}
</style>