Shades of Lipstick #95345F
Tints of Lipstick #95345F
RGB
CMYK
RGB Variations
Color information
#95345F (or 0x95345F) is known color: Lipstick. HEX triplet: 95, 34 and 5F. RGB value is (149,52,95). Sum of RGB (Red+Green+Blue) = 149+52+95=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #95345F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95345F is #6ACBA0. Grayscale: #555555. Windows color (decimal): -6998945 or 6239381. OLE color: 6239381.
HSL color Cylindrical-coordinate representation of color #95345F: hue angle of 333.4º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95345F is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 52 | 95 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.42 |
| HSL | 333.4º | 0.48% | 0.39% | - |
| HSV(B) | 333.4º | 0.65% | 0.58% | - |
| XYZ | 15.69 | 9.67 | 11.87 | - |
| YUV | 85.91 | 133.14 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 95 | 0 | 0.65 | 0.36 | 0.42 | 333.4 | 0.48 | 0.39 |
| Hex | 95 | 34 | 5F | 0 | 41 | 24 | 2A | 14D | 30 | 27 |
| Octal | 225 | 64 | 137 | 0 | 101 | 44 | 52 | 515 | 60 | 47 |
| Binary | 10010101 | 110100 | 1011111 | 0 | 1000001 | 100100 | 101010 | 101001101 | 110000 | 100111 |
Color Harmonies of #95345F
Complementary color
Monochromatic Colors of #95345F
Black with #95345F
Text Example
Text Example
White with #95345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95345F; }
p { color: rgb(149,52,95); }
H1.HeaderClassName
{
color: #95345F;
}
.AnyTagClassName
{
color: #95345F;
}
</style>
background-color css
<style>
a { background-color: #95345F; }
a { background-color: rgb(149,52,95); }
div.DivClassName
{
background-color: #95345F;
}
.BgClassName
{
background-color: #95345F;
}
</style>
border-color css
<style>
span { border-color: #95345F; }
span { border-color: rgb(149,52,95); }
td.TdClassName
{
border-color: #95345F;
}
.TagClassName
{
border-color: #95345F;
}
</style>