Shades of Lipstick #952265
Tints of Lipstick #952265
RGB
CMYK
RGB Variations
Color information
#952265 (or 0x952265) is known color: Lipstick. HEX triplet: 95, 22 and 65. RGB value is (149,34,101). Sum of RGB (Red+Green+Blue) = 149+34+101=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #952265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952265 is #6ADD9A. Grayscale: #4B4B4B. Windows color (decimal): -7003547 or 6627989. OLE color: 6627989.
HSL color Cylindrical-coordinate representation of color #952265: hue angle of 325.04º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952265 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 34 | 101 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.42 |
| HSL | 325.04º | 0.63% | 0.36% | - |
| HSV(B) | 325.04º | 0.77% | 0.58% | - |
| XYZ | 15.32 | 8.47 | 13.14 | - |
| YUV | 76.02 | 142.1 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 101 | 0 | 0.77 | 0.32 | 0.42 | 325.04 | 0.63 | 0.36 |
| Hex | 95 | 22 | 65 | 0 | 4D | 20 | 2A | 145 | 3F | 24 |
| Octal | 225 | 42 | 145 | 0 | 115 | 40 | 52 | 505 | 77 | 44 |
| Binary | 10010101 | 100010 | 1100101 | 0 | 1001101 | 100000 | 101010 | 101000101 | 111111 | 100100 |
Color Harmonies of #952265
Complementary color
Monochromatic Colors of #952265
Black with #952265
Text Example
Text Example
White with #952265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952265; }
p { color: rgb(149,34,101); }
H1.HeaderClassName
{
color: #952265;
}
.AnyTagClassName
{
color: #952265;
}
</style>
background-color css
<style>
a { background-color: #952265; }
a { background-color: rgb(149,34,101); }
div.DivClassName
{
background-color: #952265;
}
.BgClassName
{
background-color: #952265;
}
</style>
border-color css
<style>
span { border-color: #952265; }
span { border-color: rgb(149,34,101); }
td.TdClassName
{
border-color: #952265;
}
.TagClassName
{
border-color: #952265;
}
</style>