Shades of Lipstick #95194C
Tints of Lipstick #95194C
RGB
CMYK
RGB Variations
Color information
#95194C (or 0x95194C) is known color: Lipstick. HEX triplet: 95, 19 and 4C. RGB value is (149,25,76). Sum of RGB (Red+Green+Blue) = 149+25+76=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #95194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95194C is #6AE6B3. Grayscale: #434343. Windows color (decimal): -7005876 or 4987285. OLE color: 4987285.
HSL color Cylindrical-coordinate representation of color #95194C: hue angle of 335.32º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95194C is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 25 | 76 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.42 |
| HSL | 335.32º | 0.71% | 0.34% | - |
| HSV(B) | 335.32º | 0.83% | 0.58% | - |
| XYZ | 14.05 | 7.61 | 7.57 | - |
| YUV | 67.89 | 132.58 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 76 | 0 | 0.83 | 0.49 | 0.42 | 335.32 | 0.71 | 0.34 |
| Hex | 95 | 19 | 4C | 0 | 53 | 31 | 2A | 14F | 47 | 22 |
| Octal | 225 | 31 | 114 | 0 | 123 | 61 | 52 | 517 | 107 | 42 |
| Binary | 10010101 | 11001 | 1001100 | 0 | 1010011 | 110001 | 101010 | 101001111 | 1000111 | 100010 |
Color Harmonies of #95194C
Complementary color
Monochromatic Colors of #95194C
Black with #95194C
Text Example
Text Example
White with #95194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95194C; }
p { color: rgb(149,25,76); }
H1.HeaderClassName
{
color: #95194C;
}
.AnyTagClassName
{
color: #95194C;
}
</style>
background-color css
<style>
a { background-color: #95194C; }
a { background-color: rgb(149,25,76); }
div.DivClassName
{
background-color: #95194C;
}
.BgClassName
{
background-color: #95194C;
}
</style>
border-color css
<style>
span { border-color: #95194C; }
span { border-color: rgb(149,25,76); }
td.TdClassName
{
border-color: #95194C;
}
.TagClassName
{
border-color: #95194C;
}
</style>