Shades of Lipstick #9D284C
Tints of Lipstick #9D284C
RGB
CMYK
RGB Variations
Color information
#9D284C (or 0x9D284C) is known color: Lipstick. HEX triplet: 9D, 28 and 4C. RGB value is (157,40,76). Sum of RGB (Red+Green+Blue) = 157+40+76=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D284C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D284C is #62D7B3. Grayscale: #4F4F4F. Windows color (decimal): -6477748 or 4991133. OLE color: 4991133.
HSL color Cylindrical-coordinate representation of color #9D284C: hue angle of 341.54º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D284C is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 40 | 76 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.38 |
| HSL | 341.54º | 0.59% | 0.39% | - |
| HSV(B) | 341.54º | 0.75% | 0.62% | - |
| XYZ | 15.97 | 9.21 | 7.77 | - |
| YUV | 79.09 | 126.26 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 40 | 76 | 0 | 0.75 | 0.52 | 0.38 | 341.54 | 0.59 | 0.39 |
| Hex | 9D | 28 | 4C | 0 | 4B | 34 | 26 | 156 | 3B | 27 |
| Octal | 235 | 50 | 114 | 0 | 113 | 64 | 46 | 526 | 73 | 47 |
| Binary | 10011101 | 101000 | 1001100 | 0 | 1001011 | 110100 | 100110 | 101010110 | 111011 | 100111 |
Color Harmonies of #9D284C
Complementary color
Monochromatic Colors of #9D284C
Black with #9D284C
Text Example
Text Example
White with #9D284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D284C; }
p { color: rgb(157,40,76); }
H1.HeaderClassName
{
color: #9D284C;
}
.AnyTagClassName
{
color: #9D284C;
}
</style>
background-color css
<style>
a { background-color: #9D284C; }
a { background-color: rgb(157,40,76); }
div.DivClassName
{
background-color: #9D284C;
}
.BgClassName
{
background-color: #9D284C;
}
</style>
border-color css
<style>
span { border-color: #9D284C; }
span { border-color: rgb(157,40,76); }
td.TdClassName
{
border-color: #9D284C;
}
.TagClassName
{
border-color: #9D284C;
}
</style>