Shades of Lipstick #953663
Tints of Lipstick #953663
RGB
CMYK
RGB Variations
Color information
#953663 (or 0x953663) is known color: Lipstick. HEX triplet: 95, 36 and 63. RGB value is (149,54,99). Sum of RGB (Red+Green+Blue) = 149+54+99=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #953663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953663 is #6AC99C. Grayscale: #575757. Windows color (decimal): -6998429 or 6502037. OLE color: 6502037.
HSL color Cylindrical-coordinate representation of color #953663: hue angle of 331.58º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953663 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 54 | 99 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.42 |
| HSL | 331.58º | 0.47% | 0.4% | - |
| HSV(B) | 331.58º | 0.64% | 0.58% | - |
| XYZ | 15.97 | 9.93 | 12.88 | - |
| YUV | 87.54 | 134.47 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 54 | 99 | 0 | 0.64 | 0.34 | 0.42 | 331.58 | 0.47 | 0.4 |
| Hex | 95 | 36 | 63 | 0 | 40 | 22 | 2A | 14C | 2F | 28 |
| Octal | 225 | 66 | 143 | 0 | 100 | 42 | 52 | 514 | 57 | 50 |
| Binary | 10010101 | 110110 | 1100011 | 0 | 1000000 | 100010 | 101010 | 101001100 | 101111 | 101000 |
Color Harmonies of #953663
Complementary color
Monochromatic Colors of #953663
Black with #953663
Text Example
Text Example
White with #953663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953663; }
p { color: rgb(149,54,99); }
H1.HeaderClassName
{
color: #953663;
}
.AnyTagClassName
{
color: #953663;
}
</style>
background-color css
<style>
a { background-color: #953663; }
a { background-color: rgb(149,54,99); }
div.DivClassName
{
background-color: #953663;
}
.BgClassName
{
background-color: #953663;
}
</style>
border-color css
<style>
span { border-color: #953663; }
span { border-color: rgb(149,54,99); }
td.TdClassName
{
border-color: #953663;
}
.TagClassName
{
border-color: #953663;
}
</style>