Shades of Lipstick #953A5E
Tints of Lipstick #953A5E
RGB
CMYK
RGB Variations
Color information
#953A5E (or 0x953A5E) is known color: Lipstick. HEX triplet: 95, 3A and 5E. RGB value is (149,58,94). Sum of RGB (Red+Green+Blue) = 149+58+94=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #953A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953A5E is #6AC5A1. Grayscale: #595959. Windows color (decimal): -6997410 or 6175381. OLE color: 6175381.
HSL color Cylindrical-coordinate representation of color #953A5E: hue angle of 336.26º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #953A5E is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 94 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.42 |
| HSL | 336.26º | 0.44% | 0.41% | - |
| HSV(B) | 336.26º | 0.61% | 0.58% | - |
| XYZ | 15.93 | 10.22 | 11.72 | - |
| YUV | 89.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 94 | 0 | 0.61 | 0.37 | 0.42 | 336.26 | 0.44 | 0.41 |
| Hex | 95 | 3A | 5E | 0 | 3D | 25 | 2A | 150 | 2C | 29 |
| Octal | 225 | 72 | 136 | 0 | 75 | 45 | 52 | 520 | 54 | 51 |
| Binary | 10010101 | 111010 | 1011110 | 0 | 111101 | 100101 | 101010 | 101010000 | 101100 | 101001 |
Color Harmonies of #953A5E
Complementary color
Monochromatic Colors of #953A5E
Black with #953A5E
Text Example
Text Example
White with #953A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A5E; }
p { color: rgb(149,58,94); }
H1.HeaderClassName
{
color: #953A5E;
}
.AnyTagClassName
{
color: #953A5E;
}
</style>
background-color css
<style>
a { background-color: #953A5E; }
a { background-color: rgb(149,58,94); }
div.DivClassName
{
background-color: #953A5E;
}
.BgClassName
{
background-color: #953A5E;
}
</style>
border-color css
<style>
span { border-color: #953A5E; }
span { border-color: rgb(149,58,94); }
td.TdClassName
{
border-color: #953A5E;
}
.TagClassName
{
border-color: #953A5E;
}
</style>