Shades of Lipstick #95143F
Tints of Lipstick #95143F
RGB
CMYK
RGB Variations
Color information
#95143F (or 0x95143F) is known color: Lipstick. HEX triplet: 95, 14 and 3F. RGB value is (149,20,63). Sum of RGB (Red+Green+Blue) = 149+20+63=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #95143F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95143F is #6AEBC0. Grayscale: #3F3F3F. Windows color (decimal): -7007169 or 4134037. OLE color: 4134037.
HSL color Cylindrical-coordinate representation of color #95143F: hue angle of 340º 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 #95143F is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 20 | 63 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.42 |
| HSL | 340º | 0.76% | 0.33% | - |
| HSV(B) | 340º | 0.87% | 0.58% | - |
| XYZ | 13.54 | 7.25 | 5.39 | - |
| YUV | 63.47 | 127.74 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 20 | 63 | 0 | 0.87 | 0.58 | 0.42 | 340 | 0.76 | 0.33 |
| Hex | 95 | 14 | 3F | 0 | 57 | 3A | 2A | 154 | 4C | 21 |
| Octal | 225 | 24 | 77 | 0 | 127 | 72 | 52 | 524 | 114 | 41 |
| Binary | 10010101 | 10100 | 111111 | 0 | 1010111 | 111010 | 101010 | 101010100 | 1001100 | 100001 |
Color Harmonies of #95143F
Complementary color
Monochromatic Colors of #95143F
Black with #95143F
Text Example
Text Example
White with #95143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95143F; }
p { color: rgb(149,20,63); }
H1.HeaderClassName
{
color: #95143F;
}
.AnyTagClassName
{
color: #95143F;
}
</style>
background-color css
<style>
a { background-color: #95143F; }
a { background-color: rgb(149,20,63); }
div.DivClassName
{
background-color: #95143F;
}
.BgClassName
{
background-color: #95143F;
}
</style>
border-color css
<style>
span { border-color: #95143F; }
span { border-color: rgb(149,20,63); }
td.TdClassName
{
border-color: #95143F;
}
.TagClassName
{
border-color: #95143F;
}
</style>