Shades of Lipstick #952765
Tints of Lipstick #952765
RGB
CMYK
RGB Variations
Color information
#952765 (or 0x952765) is known color: Lipstick. HEX triplet: 95, 27 and 65. RGB value is (149,39,101). Sum of RGB (Red+Green+Blue) = 149+39+101=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #952765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952765 is #6AD89A. Grayscale: #4E4E4E. Windows color (decimal): -7002267 or 6629269. OLE color: 6629269.
HSL color Cylindrical-coordinate representation of color #952765: hue angle of 326.18º 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 #952765 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 39 | 101 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.42 |
| HSL | 326.18º | 0.59% | 0.37% | - |
| HSV(B) | 326.18º | 0.74% | 0.58% | - |
| XYZ | 15.47 | 8.78 | 13.19 | - |
| YUV | 78.96 | 140.44 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 101 | 0 | 0.74 | 0.32 | 0.42 | 326.18 | 0.59 | 0.37 |
| Hex | 95 | 27 | 65 | 0 | 4A | 20 | 2A | 146 | 3B | 25 |
| Octal | 225 | 47 | 145 | 0 | 112 | 40 | 52 | 506 | 73 | 45 |
| Binary | 10010101 | 100111 | 1100101 | 0 | 1001010 | 100000 | 101010 | 101000110 | 111011 | 100101 |
Color Harmonies of #952765
Complementary color
Monochromatic Colors of #952765
Black with #952765
Text Example
Text Example
White with #952765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952765; }
p { color: rgb(149,39,101); }
H1.HeaderClassName
{
color: #952765;
}
.AnyTagClassName
{
color: #952765;
}
</style>
background-color css
<style>
a { background-color: #952765; }
a { background-color: rgb(149,39,101); }
div.DivClassName
{
background-color: #952765;
}
.BgClassName
{
background-color: #952765;
}
</style>
border-color css
<style>
span { border-color: #952765; }
span { border-color: rgb(149,39,101); }
td.TdClassName
{
border-color: #952765;
}
.TagClassName
{
border-color: #952765;
}
</style>