Shades of Lipstick #95385C
Tints of Lipstick #95385C
RGB
CMYK
RGB Variations
Color information
#95385C (or 0x95385C) is known color: Lipstick. HEX triplet: 95, 38 and 5C. RGB value is (149,56,92). Sum of RGB (Red+Green+Blue) = 149+56+92=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #95385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95385C is #6AC7A3. Grayscale: #575757. Windows color (decimal): -6997924 or 6043797. OLE color: 6043797.
HSL color Cylindrical-coordinate representation of color #95385C: hue angle of 336.77º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95385C is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 56 | 92 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.42 |
| HSL | 336.77º | 0.45% | 0.4% | - |
| HSV(B) | 336.77º | 0.62% | 0.58% | - |
| XYZ | 15.74 | 9.99 | 11.22 | - |
| YUV | 87.91 | 130.31 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 56 | 92 | 0 | 0.62 | 0.38 | 0.42 | 336.77 | 0.45 | 0.4 |
| Hex | 95 | 38 | 5C | 0 | 3E | 26 | 2A | 151 | 2D | 28 |
| Octal | 225 | 70 | 134 | 0 | 76 | 46 | 52 | 521 | 55 | 50 |
| Binary | 10010101 | 111000 | 1011100 | 0 | 111110 | 100110 | 101010 | 101010001 | 101101 | 101000 |
Color Harmonies of #95385C
Complementary color
Monochromatic Colors of #95385C
Black with #95385C
Text Example
Text Example
White with #95385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95385C; }
p { color: rgb(149,56,92); }
H1.HeaderClassName
{
color: #95385C;
}
.AnyTagClassName
{
color: #95385C;
}
</style>
background-color css
<style>
a { background-color: #95385C; }
a { background-color: rgb(149,56,92); }
div.DivClassName
{
background-color: #95385C;
}
.BgClassName
{
background-color: #95385C;
}
</style>
border-color css
<style>
span { border-color: #95385C; }
span { border-color: rgb(149,56,92); }
td.TdClassName
{
border-color: #95385C;
}
.TagClassName
{
border-color: #95385C;
}
</style>