Shades of Lipstick #95355A
Tints of Lipstick #95355A
RGB
CMYK
RGB Variations
Color information
#95355A (or 0x95355A) is known color: Lipstick. HEX triplet: 95, 35 and 5A. RGB value is (149,53,90). Sum of RGB (Red+Green+Blue) = 149+53+90=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #95355A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95355A is #6ACAA5. Grayscale: #555555. Windows color (decimal): -6998694 or 5911957. OLE color: 5911957.
HSL color Cylindrical-coordinate representation of color #95355A: hue angle of 336.88º degrees, saturation: 0.48, 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 #95355A is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 53 | 90 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.42 |
| HSL | 336.88º | 0.48% | 0.4% | - |
| HSV(B) | 336.88º | 0.64% | 0.58% | - |
| XYZ | 15.51 | 9.67 | 10.72 | - |
| YUV | 85.92 | 130.3 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 90 | 0 | 0.64 | 0.40 | 0.42 | 336.88 | 0.48 | 0.4 |
| Hex | 95 | 35 | 5A | 0 | 40 | 28 | 2A | 151 | 30 | 28 |
| Octal | 225 | 65 | 132 | 0 | 100 | 50 | 52 | 521 | 60 | 50 |
| Binary | 10010101 | 110101 | 1011010 | 0 | 1000000 | 101000 | 101010 | 101010001 | 110000 | 101000 |
Color Harmonies of #95355A
Complementary color
Monochromatic Colors of #95355A
Black with #95355A
Text Example
Text Example
White with #95355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95355A; }
p { color: rgb(149,53,90); }
H1.HeaderClassName
{
color: #95355A;
}
.AnyTagClassName
{
color: #95355A;
}
</style>
background-color css
<style>
a { background-color: #95355A; }
a { background-color: rgb(149,53,90); }
div.DivClassName
{
background-color: #95355A;
}
.BgClassName
{
background-color: #95355A;
}
</style>
border-color css
<style>
span { border-color: #95355A; }
span { border-color: rgb(149,53,90); }
td.TdClassName
{
border-color: #95355A;
}
.TagClassName
{
border-color: #95355A;
}
</style>