Shades of Lipstick #953753
Tints of Lipstick #953753
RGB
CMYK
RGB Variations
Color information
#953753 (or 0x953753) is known color: Lipstick. HEX triplet: 95, 37 and 53. RGB value is (149,55,83). Sum of RGB (Red+Green+Blue) = 149+55+83=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #953753 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953753 is #6AC8AC. Grayscale: #565656. Windows color (decimal): -6998189 or 5453717. OLE color: 5453717.
HSL color Cylindrical-coordinate representation of color #953753: hue angle of 342.13º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #953753 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 55 | 83 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.42 |
| HSL | 342.13º | 0.46% | 0.4% | - |
| HSV(B) | 342.13º | 0.63% | 0.58% | - |
| XYZ | 15.32 | 9.75 | 9.26 | - |
| YUV | 86.3 | 126.14 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 55 | 83 | 0 | 0.63 | 0.44 | 0.42 | 342.13 | 0.46 | 0.4 |
| Hex | 95 | 37 | 53 | 0 | 3F | 2C | 2A | 156 | 2E | 28 |
| Octal | 225 | 67 | 123 | 0 | 77 | 54 | 52 | 526 | 56 | 50 |
| Binary | 10010101 | 110111 | 1010011 | 0 | 111111 | 101100 | 101010 | 101010110 | 101110 | 101000 |
Color Harmonies of #953753
Complementary color
Monochromatic Colors of #953753
Black with #953753
Text Example
Text Example
White with #953753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953753; }
p { color: rgb(149,55,83); }
H1.HeaderClassName
{
color: #953753;
}
.AnyTagClassName
{
color: #953753;
}
</style>
background-color css
<style>
a { background-color: #953753; }
a { background-color: rgb(149,55,83); }
div.DivClassName
{
background-color: #953753;
}
.BgClassName
{
background-color: #953753;
}
</style>
border-color css
<style>
span { border-color: #953753; }
span { border-color: rgb(149,55,83); }
td.TdClassName
{
border-color: #953753;
}
.TagClassName
{
border-color: #953753;
}
</style>