Shades of Lipstick #952465
Tints of Lipstick #952465
RGB
CMYK
RGB Variations
Color information
#952465 (or 0x952465) is known color: Lipstick. HEX triplet: 95, 24 and 65. RGB value is (149,36,101). Sum of RGB (Red+Green+Blue) = 149+36+101=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #952465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952465 is #6ADB9A. Grayscale: #4D4D4D. Windows color (decimal): -7003035 or 6628501. OLE color: 6628501.
HSL color Cylindrical-coordinate representation of color #952465: hue angle of 325.49º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952465 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 101 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.42 |
| HSL | 325.49º | 0.61% | 0.36% | - |
| HSV(B) | 325.49º | 0.76% | 0.58% | - |
| XYZ | 15.37 | 8.59 | 13.16 | - |
| YUV | 77.2 | 141.44 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 101 | 0 | 0.76 | 0.32 | 0.42 | 325.49 | 0.61 | 0.36 |
| Hex | 95 | 24 | 65 | 0 | 4C | 20 | 2A | 145 | 3D | 24 |
| Octal | 225 | 44 | 145 | 0 | 114 | 40 | 52 | 505 | 75 | 44 |
| Binary | 10010101 | 100100 | 1100101 | 0 | 1001100 | 100000 | 101010 | 101000101 | 111101 | 100100 |
Color Harmonies of #952465
Complementary color
Monochromatic Colors of #952465
Black with #952465
Text Example
Text Example
White with #952465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952465; }
p { color: rgb(149,36,101); }
H1.HeaderClassName
{
color: #952465;
}
.AnyTagClassName
{
color: #952465;
}
</style>
background-color css
<style>
a { background-color: #952465; }
a { background-color: rgb(149,36,101); }
div.DivClassName
{
background-color: #952465;
}
.BgClassName
{
background-color: #952465;
}
</style>
border-color css
<style>
span { border-color: #952465; }
span { border-color: rgb(149,36,101); }
td.TdClassName
{
border-color: #952465;
}
.TagClassName
{
border-color: #952465;
}
</style>