Shades of Lipstick #952763
Tints of Lipstick #952763
RGB
CMYK
RGB Variations
Color information
#952763 (or 0x952763) is known color: Lipstick. HEX triplet: 95, 27 and 63. RGB value is (149,39,99). Sum of RGB (Red+Green+Blue) = 149+39+99=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #952763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952763 is #6AD89C. Grayscale: #4E4E4E. Windows color (decimal): -7002269 or 6498197. OLE color: 6498197.
HSL color Cylindrical-coordinate representation of color #952763: hue angle of 327.27º 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 #952763 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 39 | 99 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.42 |
| HSL | 327.27º | 0.59% | 0.37% | - |
| HSV(B) | 327.27º | 0.74% | 0.58% | - |
| XYZ | 15.37 | 8.74 | 12.68 | - |
| YUV | 78.73 | 139.44 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 39 | 99 | 0 | 0.74 | 0.34 | 0.42 | 327.27 | 0.59 | 0.37 |
| Hex | 95 | 27 | 63 | 0 | 4A | 22 | 2A | 147 | 3B | 25 |
| Octal | 225 | 47 | 143 | 0 | 112 | 42 | 52 | 507 | 73 | 45 |
| Binary | 10010101 | 100111 | 1100011 | 0 | 1001010 | 100010 | 101010 | 101000111 | 111011 | 100101 |
Color Harmonies of #952763
Complementary color
Monochromatic Colors of #952763
Black with #952763
Text Example
Text Example
White with #952763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952763; }
p { color: rgb(149,39,99); }
H1.HeaderClassName
{
color: #952763;
}
.AnyTagClassName
{
color: #952763;
}
</style>
background-color css
<style>
a { background-color: #952763; }
a { background-color: rgb(149,39,99); }
div.DivClassName
{
background-color: #952763;
}
.BgClassName
{
background-color: #952763;
}
</style>
border-color css
<style>
span { border-color: #952763; }
span { border-color: rgb(149,39,99); }
td.TdClassName
{
border-color: #952763;
}
.TagClassName
{
border-color: #952763;
}
</style>