Shades of Lipstick #95194D
Tints of Lipstick #95194D
RGB
CMYK
RGB Variations
Color information
#95194D (or 0x95194D) is known color: Lipstick. HEX triplet: 95, 19 and 4D. RGB value is (149,25,77). Sum of RGB (Red+Green+Blue) = 149+25+77=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #95194D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95194D is #6AE6B2. Grayscale: #434343. Windows color (decimal): -7005875 or 5052821. OLE color: 5052821.
HSL color Cylindrical-coordinate representation of color #95194D: hue angle of 334.84º 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 #95194D is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 25 | 77 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.42 |
| HSL | 334.84º | 0.71% | 0.34% | - |
| HSV(B) | 334.84º | 0.83% | 0.58% | - |
| XYZ | 14.08 | 7.62 | 7.75 | - |
| YUV | 68 | 133.08 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 77 | 0 | 0.83 | 0.48 | 0.42 | 334.84 | 0.71 | 0.34 |
| Hex | 95 | 19 | 4D | 0 | 53 | 30 | 2A | 14F | 47 | 22 |
| Octal | 225 | 31 | 115 | 0 | 123 | 60 | 52 | 517 | 107 | 42 |
| Binary | 10010101 | 11001 | 1001101 | 0 | 1010011 | 110000 | 101010 | 101001111 | 1000111 | 100010 |
Color Harmonies of #95194D
Complementary color
Monochromatic Colors of #95194D
Black with #95194D
Text Example
Text Example
White with #95194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95194D; }
p { color: rgb(149,25,77); }
H1.HeaderClassName
{
color: #95194D;
}
.AnyTagClassName
{
color: #95194D;
}
</style>
background-color css
<style>
a { background-color: #95194D; }
a { background-color: rgb(149,25,77); }
div.DivClassName
{
background-color: #95194D;
}
.BgClassName
{
background-color: #95194D;
}
</style>
border-color css
<style>
span { border-color: #95194D; }
span { border-color: rgb(149,25,77); }
td.TdClassName
{
border-color: #95194D;
}
.TagClassName
{
border-color: #95194D;
}
</style>