Shades of Lipstick #9D1C4B
Tints of Lipstick #9D1C4B
RGB
CMYK
RGB Variations
Color information
#9D1C4B (or 0x9D1C4B) is known color: Lipstick. HEX triplet: 9D, 1C and 4B. RGB value is (157,28,75). Sum of RGB (Red+Green+Blue) = 157+28+75=260 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.38% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1C4B is #62E3B4. Grayscale: #474747. Windows color (decimal): -6480821 or 4922525. OLE color: 4922525.
HSL color Cylindrical-coordinate representation of color #9D1C4B: hue angle of 338.14º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D1C4B is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 28 | 75 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.38 |
| HSL | 338.14º | 0.7% | 0.36% | - |
| HSV(B) | 338.14º | 0.82% | 0.62% | - |
| XYZ | 15.59 | 8.51 | 7.48 | - |
| YUV | 71.93 | 129.74 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 28 | 75 | 0 | 0.82 | 0.52 | 0.38 | 338.14 | 0.7 | 0.36 |
| Hex | 9D | 1C | 4B | 0 | 52 | 34 | 26 | 152 | 46 | 24 |
| Octal | 235 | 34 | 113 | 0 | 122 | 64 | 46 | 522 | 106 | 44 |
| Binary | 10011101 | 11100 | 1001011 | 0 | 1010010 | 110100 | 100110 | 101010010 | 1000110 | 100100 |
Color Harmonies of #9D1C4B
Complementary color
Monochromatic Colors of #9D1C4B
Black with #9D1C4B
Text Example
Text Example
White with #9D1C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1C4B; }
p { color: rgb(157,28,75); }
H1.HeaderClassName
{
color: #9D1C4B;
}
.AnyTagClassName
{
color: #9D1C4B;
}
</style>
background-color css
<style>
a { background-color: #9D1C4B; }
a { background-color: rgb(157,28,75); }
div.DivClassName
{
background-color: #9D1C4B;
}
.BgClassName
{
background-color: #9D1C4B;
}
</style>
border-color css
<style>
span { border-color: #9D1C4B; }
span { border-color: rgb(157,28,75); }
td.TdClassName
{
border-color: #9D1C4B;
}
.TagClassName
{
border-color: #9D1C4B;
}
</style>