Shades of Lipstick #95144C
Tints of Lipstick #95144C
RGB
CMYK
RGB Variations
Color information
#95144C (or 0x95144C) is known color: Lipstick. HEX triplet: 95, 14 and 4C. RGB value is (149,20,76). Sum of RGB (Red+Green+Blue) = 149+20+76=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #95144C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95144C is #6AEBB3. Grayscale: #404040. Windows color (decimal): -7007156 or 4986005. OLE color: 4986005.
HSL color Cylindrical-coordinate representation of color #95144C: hue angle of 333.95º 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 #95144C is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 20 | 76 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.42 |
| HSL | 333.95º | 0.76% | 0.33% | - |
| HSV(B) | 333.95º | 0.87% | 0.58% | - |
| XYZ | 13.95 | 7.41 | 7.53 | - |
| YUV | 64.96 | 134.24 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 20 | 76 | 0 | 0.87 | 0.49 | 0.42 | 333.95 | 0.76 | 0.33 |
| Hex | 95 | 14 | 4C | 0 | 57 | 31 | 2A | 14E | 4C | 21 |
| Octal | 225 | 24 | 114 | 0 | 127 | 61 | 52 | 516 | 114 | 41 |
| Binary | 10010101 | 10100 | 1001100 | 0 | 1010111 | 110001 | 101010 | 101001110 | 1001100 | 100001 |
Color Harmonies of #95144C
Complementary color
Monochromatic Colors of #95144C
Black with #95144C
Text Example
Text Example
White with #95144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95144C; }
p { color: rgb(149,20,76); }
H1.HeaderClassName
{
color: #95144C;
}
.AnyTagClassName
{
color: #95144C;
}
</style>
background-color css
<style>
a { background-color: #95144C; }
a { background-color: rgb(149,20,76); }
div.DivClassName
{
background-color: #95144C;
}
.BgClassName
{
background-color: #95144C;
}
</style>
border-color css
<style>
span { border-color: #95144C; }
span { border-color: rgb(149,20,76); }
td.TdClassName
{
border-color: #95144C;
}
.TagClassName
{
border-color: #95144C;
}
</style>