Shades of Lipstick #951C54
Tints of Lipstick #951C54
RGB
CMYK
RGB Variations
Color information
#951C54 (or 0x951C54) is known color: Lipstick. HEX triplet: 95, 1C and 54. RGB value is (149,28,84). Sum of RGB (Red+Green+Blue) = 149+28+84=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #951C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951C54 is #6AE3AB. Grayscale: #464646. Windows color (decimal): -7005100 or 5512341. OLE color: 5512341.
HSL color Cylindrical-coordinate representation of color #951C54: hue angle of 332.23º degrees, saturation: 0.68, 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 #951C54 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 28 | 84 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.42 |
| HSL | 332.23º | 0.68% | 0.35% | - |
| HSV(B) | 332.23º | 0.81% | 0.58% | - |
| XYZ | 14.41 | 7.86 | 9.15 | - |
| YUV | 70.56 | 135.59 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 84 | 0 | 0.81 | 0.44 | 0.42 | 332.23 | 0.68 | 0.35 |
| Hex | 95 | 1C | 54 | 0 | 51 | 2C | 2A | 14C | 44 | 23 |
| Octal | 225 | 34 | 124 | 0 | 121 | 54 | 52 | 514 | 104 | 43 |
| Binary | 10010101 | 11100 | 1010100 | 0 | 1010001 | 101100 | 101010 | 101001100 | 1000100 | 100011 |
Color Harmonies of #951C54
Complementary color
Monochromatic Colors of #951C54
Black with #951C54
Text Example
Text Example
White with #951C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951C54; }
p { color: rgb(149,28,84); }
H1.HeaderClassName
{
color: #951C54;
}
.AnyTagClassName
{
color: #951C54;
}
</style>
background-color css
<style>
a { background-color: #951C54; }
a { background-color: rgb(149,28,84); }
div.DivClassName
{
background-color: #951C54;
}
.BgClassName
{
background-color: #951C54;
}
</style>
border-color css
<style>
span { border-color: #951C54; }
span { border-color: rgb(149,28,84); }
td.TdClassName
{
border-color: #951C54;
}
.TagClassName
{
border-color: #951C54;
}
</style>