Shades of Lipstick #95324D
Tints of Lipstick #95324D
RGB
CMYK
RGB Variations
Color information
#95324D (or 0x95324D) is known color: Lipstick. HEX triplet: 95, 32 and 4D. RGB value is (149,50,77). Sum of RGB (Red+Green+Blue) = 149+50+77=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #95324D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95324D is #6ACDB2. Grayscale: #525252. Windows color (decimal): -6999475 or 5059221. OLE color: 5059221.
HSL color Cylindrical-coordinate representation of color #95324D: hue angle of 343.64º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #95324D is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 77 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.42 |
| HSL | 343.64º | 0.5% | 0.39% | - |
| HSV(B) | 343.64º | 0.66% | 0.58% | - |
| XYZ | 14.87 | 9.21 | 8.01 | - |
| YUV | 82.68 | 124.8 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 77 | 0 | 0.66 | 0.48 | 0.42 | 343.64 | 0.5 | 0.39 |
| Hex | 95 | 32 | 4D | 0 | 42 | 30 | 2A | 158 | 32 | 27 |
| Octal | 225 | 62 | 115 | 0 | 102 | 60 | 52 | 530 | 62 | 47 |
| Binary | 10010101 | 110010 | 1001101 | 0 | 1000010 | 110000 | 101010 | 101011000 | 110010 | 100111 |
Color Harmonies of #95324D
Complementary color
Monochromatic Colors of #95324D
Black with #95324D
Text Example
Text Example
White with #95324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95324D; }
p { color: rgb(149,50,77); }
H1.HeaderClassName
{
color: #95324D;
}
.AnyTagClassName
{
color: #95324D;
}
</style>
background-color css
<style>
a { background-color: #95324D; }
a { background-color: rgb(149,50,77); }
div.DivClassName
{
background-color: #95324D;
}
.BgClassName
{
background-color: #95324D;
}
</style>
border-color css
<style>
span { border-color: #95324D; }
span { border-color: rgb(149,50,77); }
td.TdClassName
{
border-color: #95324D;
}
.TagClassName
{
border-color: #95324D;
}
</style>