Shades of Lipstick #952563
Tints of Lipstick #952563
RGB
CMYK
RGB Variations
Color information
#952563 (or 0x952563) is known color: Lipstick. HEX triplet: 95, 25 and 63. RGB value is (149,37,99). Sum of RGB (Red+Green+Blue) = 149+37+99=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #952563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952563 is #6ADA9C. Grayscale: #4D4D4D. Windows color (decimal): -7002781 or 6497685. OLE color: 6497685.
HSL color Cylindrical-coordinate representation of color #952563: hue angle of 326.79º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952563 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 37 | 99 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.42 |
| HSL | 326.79º | 0.6% | 0.36% | - |
| HSV(B) | 326.79º | 0.75% | 0.58% | - |
| XYZ | 15.31 | 8.61 | 12.66 | - |
| YUV | 77.56 | 140.11 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 99 | 0 | 0.75 | 0.34 | 0.42 | 326.79 | 0.6 | 0.36 |
| Hex | 95 | 25 | 63 | 0 | 4B | 22 | 2A | 147 | 3C | 24 |
| Octal | 225 | 45 | 143 | 0 | 113 | 42 | 52 | 507 | 74 | 44 |
| Binary | 10010101 | 100101 | 1100011 | 0 | 1001011 | 100010 | 101010 | 101000111 | 111100 | 100100 |
Color Harmonies of #952563
Complementary color
Monochromatic Colors of #952563
Black with #952563
Text Example
Text Example
White with #952563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952563; }
p { color: rgb(149,37,99); }
H1.HeaderClassName
{
color: #952563;
}
.AnyTagClassName
{
color: #952563;
}
</style>
background-color css
<style>
a { background-color: #952563; }
a { background-color: rgb(149,37,99); }
div.DivClassName
{
background-color: #952563;
}
.BgClassName
{
background-color: #952563;
}
</style>
border-color css
<style>
span { border-color: #952563; }
span { border-color: rgb(149,37,99); }
td.TdClassName
{
border-color: #952563;
}
.TagClassName
{
border-color: #952563;
}
</style>