Shades of Lipstick #9D234B
Tints of Lipstick #9D234B
RGB
CMYK
RGB Variations
Color information
#9D234B (or 0x9D234B) is known color: Lipstick. HEX triplet: 9D, 23 and 4B. RGB value is (157,35,75). Sum of RGB (Red+Green+Blue) = 157+35+75=267 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.80% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 157 - color contains mainly: red. Hex color #9D234B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D234B is #62DCB4. Grayscale: #4C4C4C. Windows color (decimal): -6479029 or 4924317. OLE color: 4924317.
HSL color Cylindrical-coordinate representation of color #9D234B: hue angle of 340.33º 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 #9D234B is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 35 | 75 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.38 |
| HSL | 340.33º | 0.64% | 0.38% | - |
| HSV(B) | 340.33º | 0.78% | 0.62% | - |
| XYZ | 15.78 | 8.88 | 7.54 | - |
| YUV | 76.04 | 127.42 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 35 | 75 | 0 | 0.78 | 0.52 | 0.38 | 340.33 | 0.64 | 0.38 |
| Hex | 9D | 23 | 4B | 0 | 4E | 34 | 26 | 154 | 40 | 26 |
| Octal | 235 | 43 | 113 | 0 | 116 | 64 | 46 | 524 | 100 | 46 |
| Binary | 10011101 | 100011 | 1001011 | 0 | 1001110 | 110100 | 100110 | 101010100 | 1000000 | 100110 |
Color Harmonies of #9D234B
Complementary color
Monochromatic Colors of #9D234B
Black with #9D234B
Text Example
Text Example
White with #9D234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D234B; }
p { color: rgb(157,35,75); }
H1.HeaderClassName
{
color: #9D234B;
}
.AnyTagClassName
{
color: #9D234B;
}
</style>
background-color css
<style>
a { background-color: #9D234B; }
a { background-color: rgb(157,35,75); }
div.DivClassName
{
background-color: #9D234B;
}
.BgClassName
{
background-color: #9D234B;
}
</style>
border-color css
<style>
span { border-color: #9D234B; }
span { border-color: rgb(157,35,75); }
td.TdClassName
{
border-color: #9D234B;
}
.TagClassName
{
border-color: #9D234B;
}
</style>