Shades of Lipstick #9D234C
Tints of Lipstick #9D234C
RGB
CMYK
RGB Variations
Color information
#9D234C (or 0x9D234C) is known color: Lipstick. HEX triplet: 9D, 23 and 4C. RGB value is (157,35,76). Sum of RGB (Red+Green+Blue) = 157+35+76=268 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.58% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 157 - color contains mainly: red. Hex color #9D234C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D234C is #62DCB3. Grayscale: #4C4C4C. Windows color (decimal): -6479028 or 4989853. OLE color: 4989853.
HSL color Cylindrical-coordinate representation of color #9D234C: hue angle of 339.84º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D234C is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 35 | 76 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.38 |
| HSL | 339.84º | 0.64% | 0.38% | - |
| HSV(B) | 339.84º | 0.78% | 0.62% | - |
| XYZ | 15.81 | 8.89 | 7.72 | - |
| YUV | 76.15 | 127.92 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 35 | 76 | 0 | 0.78 | 0.52 | 0.38 | 339.84 | 0.64 | 0.38 |
| Hex | 9D | 23 | 4C | 0 | 4E | 34 | 26 | 154 | 40 | 26 |
| Octal | 235 | 43 | 114 | 0 | 116 | 64 | 46 | 524 | 100 | 46 |
| Binary | 10011101 | 100011 | 1001100 | 0 | 1001110 | 110100 | 100110 | 101010100 | 1000000 | 100110 |
Color Harmonies of #9D234C
Complementary color
Monochromatic Colors of #9D234C
Black with #9D234C
Text Example
Text Example
White with #9D234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D234C; }
p { color: rgb(157,35,76); }
H1.HeaderClassName
{
color: #9D234C;
}
.AnyTagClassName
{
color: #9D234C;
}
</style>
background-color css
<style>
a { background-color: #9D234C; }
a { background-color: rgb(157,35,76); }
div.DivClassName
{
background-color: #9D234C;
}
.BgClassName
{
background-color: #9D234C;
}
</style>
border-color css
<style>
span { border-color: #9D234C; }
span { border-color: rgb(157,35,76); }
td.TdClassName
{
border-color: #9D234C;
}
.TagClassName
{
border-color: #9D234C;
}
</style>