Shades of Lipstick #95325B
Tints of Lipstick #95325B
RGB
CMYK
RGB Variations
Color information
#95325B (or 0x95325B) is known color: Lipstick. HEX triplet: 95, 32 and 5B. RGB value is (149,50,91). Sum of RGB (Red+Green+Blue) = 149+50+91=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #95325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95325B is #6ACDA4. Grayscale: #545454. Windows color (decimal): -6999461 or 5976725. OLE color: 5976725.
HSL color Cylindrical-coordinate representation of color #95325B: hue angle of 335.15º 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 #95325B is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 91 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.42 |
| HSL | 335.15º | 0.5% | 0.39% | - |
| HSV(B) | 335.15º | 0.66% | 0.58% | - |
| XYZ | 15.42 | 9.43 | 10.9 | - |
| YUV | 84.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 91 | 0 | 0.66 | 0.39 | 0.42 | 335.15 | 0.5 | 0.39 |
| Hex | 95 | 32 | 5B | 0 | 42 | 27 | 2A | 14F | 32 | 27 |
| Octal | 225 | 62 | 133 | 0 | 102 | 47 | 52 | 517 | 62 | 47 |
| Binary | 10010101 | 110010 | 1011011 | 0 | 1000010 | 100111 | 101010 | 101001111 | 110010 | 100111 |
Color Harmonies of #95325B
Complementary color
Monochromatic Colors of #95325B
Black with #95325B
Text Example
Text Example
White with #95325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95325B; }
p { color: rgb(149,50,91); }
H1.HeaderClassName
{
color: #95325B;
}
.AnyTagClassName
{
color: #95325B;
}
</style>
background-color css
<style>
a { background-color: #95325B; }
a { background-color: rgb(149,50,91); }
div.DivClassName
{
background-color: #95325B;
}
.BgClassName
{
background-color: #95325B;
}
</style>
border-color css
<style>
span { border-color: #95325B; }
span { border-color: rgb(149,50,91); }
td.TdClassName
{
border-color: #95325B;
}
.TagClassName
{
border-color: #95325B;
}
</style>