Shades of Lipstick #9D194C
Tints of Lipstick #9D194C
RGB
CMYK
RGB Variations
Color information
#9D194C (or 0x9D194C) is known color: Lipstick. HEX triplet: 9D, 19 and 4C. RGB value is (157,25,76). Sum of RGB (Red+Green+Blue) = 157+25+76=258 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.85% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 157 - color contains mainly: red. Hex color #9D194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D194C is #62E6B3. Grayscale: #464646. Windows color (decimal): -6481588 or 4987293. OLE color: 4987293.
HSL color Cylindrical-coordinate representation of color #9D194C: hue angle of 336.82º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D194C is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 25 | 76 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.38 |
| HSL | 336.82º | 0.73% | 0.36% | - |
| HSV(B) | 336.82º | 0.84% | 0.62% | - |
| XYZ | 15.56 | 8.39 | 7.64 | - |
| YUV | 70.28 | 131.23 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 25 | 76 | 0 | 0.84 | 0.52 | 0.38 | 336.82 | 0.73 | 0.36 |
| Hex | 9D | 19 | 4C | 0 | 54 | 34 | 26 | 151 | 49 | 24 |
| Octal | 235 | 31 | 114 | 0 | 124 | 64 | 46 | 521 | 111 | 44 |
| Binary | 10011101 | 11001 | 1001100 | 0 | 1010100 | 110100 | 100110 | 101010001 | 1001001 | 100100 |
Color Harmonies of #9D194C
Complementary color
Monochromatic Colors of #9D194C
Black with #9D194C
Text Example
Text Example
White with #9D194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D194C; }
p { color: rgb(157,25,76); }
H1.HeaderClassName
{
color: #9D194C;
}
.AnyTagClassName
{
color: #9D194C;
}
</style>
background-color css
<style>
a { background-color: #9D194C; }
a { background-color: rgb(157,25,76); }
div.DivClassName
{
background-color: #9D194C;
}
.BgClassName
{
background-color: #9D194C;
}
</style>
border-color css
<style>
span { border-color: #9D194C; }
span { border-color: rgb(157,25,76); }
td.TdClassName
{
border-color: #9D194C;
}
.TagClassName
{
border-color: #9D194C;
}
</style>