Shades of Lipstick #95144D
Tints of Lipstick #95144D
RGB
CMYK
RGB Variations
Color information
#95144D (or 0x95144D) is known color: Lipstick. HEX triplet: 95, 14 and 4D. RGB value is (149,20,77). Sum of RGB (Red+Green+Blue) = 149+20+77=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #95144D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95144D is #6AEBB2. Grayscale: #404040. Windows color (decimal): -7007155 or 5051541. OLE color: 5051541.
HSL color Cylindrical-coordinate representation of color #95144D: hue angle of 333.49º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95144D is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 20 | 77 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.42 |
| HSL | 333.49º | 0.76% | 0.33% | - |
| HSV(B) | 333.49º | 0.87% | 0.58% | - |
| XYZ | 13.98 | 7.43 | 7.72 | - |
| YUV | 65.07 | 134.74 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 20 | 77 | 0 | 0.87 | 0.48 | 0.42 | 333.49 | 0.76 | 0.33 |
| Hex | 95 | 14 | 4D | 0 | 57 | 30 | 2A | 14D | 4C | 21 |
| Octal | 225 | 24 | 115 | 0 | 127 | 60 | 52 | 515 | 114 | 41 |
| Binary | 10010101 | 10100 | 1001101 | 0 | 1010111 | 110000 | 101010 | 101001101 | 1001100 | 100001 |
Color Harmonies of #95144D
Complementary color
Monochromatic Colors of #95144D
Black with #95144D
Text Example
Text Example
White with #95144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95144D; }
p { color: rgb(149,20,77); }
H1.HeaderClassName
{
color: #95144D;
}
.AnyTagClassName
{
color: #95144D;
}
</style>
background-color css
<style>
a { background-color: #95144D; }
a { background-color: rgb(149,20,77); }
div.DivClassName
{
background-color: #95144D;
}
.BgClassName
{
background-color: #95144D;
}
</style>
border-color css
<style>
span { border-color: #95144D; }
span { border-color: rgb(149,20,77); }
td.TdClassName
{
border-color: #95144D;
}
.TagClassName
{
border-color: #95144D;
}
</style>