Shades of Lipstick #952664
Tints of Lipstick #952664
RGB
CMYK
RGB Variations
Color information
#952664 (or 0x952664) is known color: Lipstick. HEX triplet: 95, 26 and 64. RGB value is (149,38,100). Sum of RGB (Red+Green+Blue) = 149+38+100=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #952664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952664 is #6AD99B. Grayscale: #4E4E4E. Windows color (decimal): -7002524 or 6563477. OLE color: 6563477.
HSL color Cylindrical-coordinate representation of color #952664: hue angle of 326.49º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952664 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 38 | 100 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.42 |
| HSL | 326.49º | 0.59% | 0.37% | - |
| HSV(B) | 326.49º | 0.74% | 0.58% | - |
| XYZ | 15.39 | 8.7 | 12.92 | - |
| YUV | 78.26 | 140.27 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 100 | 0 | 0.74 | 0.33 | 0.42 | 326.49 | 0.59 | 0.37 |
| Hex | 95 | 26 | 64 | 0 | 4A | 21 | 2A | 146 | 3B | 25 |
| Octal | 225 | 46 | 144 | 0 | 112 | 41 | 52 | 506 | 73 | 45 |
| Binary | 10010101 | 100110 | 1100100 | 0 | 1001010 | 100001 | 101010 | 101000110 | 111011 | 100101 |
Color Harmonies of #952664
Complementary color
Monochromatic Colors of #952664
Black with #952664
Text Example
Text Example
White with #952664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952664; }
p { color: rgb(149,38,100); }
H1.HeaderClassName
{
color: #952664;
}
.AnyTagClassName
{
color: #952664;
}
</style>
background-color css
<style>
a { background-color: #952664; }
a { background-color: rgb(149,38,100); }
div.DivClassName
{
background-color: #952664;
}
.BgClassName
{
background-color: #952664;
}
</style>
border-color css
<style>
span { border-color: #952664; }
span { border-color: rgb(149,38,100); }
td.TdClassName
{
border-color: #952664;
}
.TagClassName
{
border-color: #952664;
}
</style>