Shades of Lipstick #952063
Tints of Lipstick #952063
RGB
CMYK
RGB Variations
Color information
#952063 (or 0x952063) is known color: Lipstick. HEX triplet: 95, 20 and 63. RGB value is (149,32,99). Sum of RGB (Red+Green+Blue) = 149+32+99=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #952063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952063 is #6ADF9C. Grayscale: #4A4A4A. Windows color (decimal): -7004061 or 6496405. OLE color: 6496405.
HSL color Cylindrical-coordinate representation of color #952063: hue angle of 325.64º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952063 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 32 | 99 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.42 |
| HSL | 325.64º | 0.65% | 0.35% | - |
| HSV(B) | 325.64º | 0.79% | 0.58% | - |
| XYZ | 15.16 | 8.32 | 12.61 | - |
| YUV | 74.62 | 141.76 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 99 | 0 | 0.79 | 0.34 | 0.42 | 325.64 | 0.65 | 0.35 |
| Hex | 95 | 20 | 63 | 0 | 4F | 22 | 2A | 146 | 41 | 23 |
| Octal | 225 | 40 | 143 | 0 | 117 | 42 | 52 | 506 | 101 | 43 |
| Binary | 10010101 | 100000 | 1100011 | 0 | 1001111 | 100010 | 101010 | 101000110 | 1000001 | 100011 |
Color Harmonies of #952063
Complementary color
Monochromatic Colors of #952063
Black with #952063
Text Example
Text Example
White with #952063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952063; }
p { color: rgb(149,32,99); }
H1.HeaderClassName
{
color: #952063;
}
.AnyTagClassName
{
color: #952063;
}
</style>
background-color css
<style>
a { background-color: #952063; }
a { background-color: rgb(149,32,99); }
div.DivClassName
{
background-color: #952063;
}
.BgClassName
{
background-color: #952063;
}
</style>
border-color css
<style>
span { border-color: #952063; }
span { border-color: rgb(149,32,99); }
td.TdClassName
{
border-color: #952063;
}
.TagClassName
{
border-color: #952063;
}
</style>