Shades of Lipstick #95174C
Tints of Lipstick #95174C
RGB
CMYK
RGB Variations
Color information
#95174C (or 0x95174C) is known color: Lipstick. HEX triplet: 95, 17 and 4C. RGB value is (149,23,76). Sum of RGB (Red+Green+Blue) = 149+23+76=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #95174C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95174C is #6AE8B3. Grayscale: #424242. Windows color (decimal): -7006388 or 4986773. OLE color: 4986773.
HSL color Cylindrical-coordinate representation of color #95174C: hue angle of 334.76º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95174C is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 76 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.42 |
| HSL | 334.76º | 0.73% | 0.34% | - |
| HSV(B) | 334.76º | 0.85% | 0.58% | - |
| XYZ | 14.01 | 7.52 | 7.55 | - |
| YUV | 66.72 | 133.24 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 76 | 0 | 0.85 | 0.49 | 0.42 | 334.76 | 0.73 | 0.34 |
| Hex | 95 | 17 | 4C | 0 | 55 | 31 | 2A | 14F | 49 | 22 |
| Octal | 225 | 27 | 114 | 0 | 125 | 61 | 52 | 517 | 111 | 42 |
| Binary | 10010101 | 10111 | 1001100 | 0 | 1010101 | 110001 | 101010 | 101001111 | 1001001 | 100010 |
Color Harmonies of #95174C
Complementary color
Monochromatic Colors of #95174C
Black with #95174C
Text Example
Text Example
White with #95174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95174C; }
p { color: rgb(149,23,76); }
H1.HeaderClassName
{
color: #95174C;
}
.AnyTagClassName
{
color: #95174C;
}
</style>
background-color css
<style>
a { background-color: #95174C; }
a { background-color: rgb(149,23,76); }
div.DivClassName
{
background-color: #95174C;
}
.BgClassName
{
background-color: #95174C;
}
</style>
border-color css
<style>
span { border-color: #95174C; }
span { border-color: rgb(149,23,76); }
td.TdClassName
{
border-color: #95174C;
}
.TagClassName
{
border-color: #95174C;
}
</style>