Shades of Lipstick #9D254C
Tints of Lipstick #9D254C
RGB
CMYK
RGB Variations
Color information
#9D254C (or 0x9D254C) is known color: Lipstick. HEX triplet: 9D, 25 and 4C. RGB value is (157,37,76). Sum of RGB (Red+Green+Blue) = 157+37+76=270 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.15% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 157 - color contains mainly: red. Hex color #9D254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D254C is #62DAB3. Grayscale: #4D4D4D. Windows color (decimal): -6478516 or 4990365. OLE color: 4990365.
HSL color Cylindrical-coordinate representation of color #9D254C: hue angle of 340.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D254C is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 37 | 76 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.38 |
| HSL | 340.5º | 0.62% | 0.38% | - |
| HSV(B) | 340.5º | 0.76% | 0.62% | - |
| XYZ | 15.87 | 9.01 | 7.74 | - |
| YUV | 77.33 | 127.26 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 37 | 76 | 0 | 0.76 | 0.52 | 0.38 | 340.5 | 0.62 | 0.38 |
| Hex | 9D | 25 | 4C | 0 | 4C | 34 | 26 | 154 | 3E | 26 |
| Octal | 235 | 45 | 114 | 0 | 114 | 64 | 46 | 524 | 76 | 46 |
| Binary | 10011101 | 100101 | 1001100 | 0 | 1001100 | 110100 | 100110 | 101010100 | 111110 | 100110 |
Color Harmonies of #9D254C
Complementary color
Monochromatic Colors of #9D254C
Black with #9D254C
Text Example
Text Example
White with #9D254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D254C; }
p { color: rgb(157,37,76); }
H1.HeaderClassName
{
color: #9D254C;
}
.AnyTagClassName
{
color: #9D254C;
}
</style>
background-color css
<style>
a { background-color: #9D254C; }
a { background-color: rgb(157,37,76); }
div.DivClassName
{
background-color: #9D254C;
}
.BgClassName
{
background-color: #9D254C;
}
</style>
border-color css
<style>
span { border-color: #9D254C; }
span { border-color: rgb(157,37,76); }
td.TdClassName
{
border-color: #9D254C;
}
.TagClassName
{
border-color: #9D254C;
}
</style>