Shades of Lipstick #9D2C4B
Tints of Lipstick #9D2C4B
RGB
CMYK
RGB Variations
Color information
#9D2C4B (or 0x9D2C4B) is known color: Lipstick. HEX triplet: 9D, 2C and 4B. RGB value is (157,44,75). Sum of RGB (Red+Green+Blue) = 157+44+75=276 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.88% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2C4B is #62D3B4. Grayscale: #515151. Windows color (decimal): -6476725 or 4926621. OLE color: 4926621.
HSL color Cylindrical-coordinate representation of color #9D2C4B: hue angle of 343.54º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D2C4B is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 44 | 75 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.38 |
| HSL | 343.54º | 0.56% | 0.39% | - |
| HSV(B) | 343.54º | 0.72% | 0.62% | - |
| XYZ | 16.08 | 9.48 | 7.64 | - |
| YUV | 81.32 | 124.44 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 44 | 75 | 0 | 0.72 | 0.52 | 0.38 | 343.54 | 0.56 | 0.39 |
| Hex | 9D | 2C | 4B | 0 | 48 | 34 | 26 | 158 | 38 | 27 |
| Octal | 235 | 54 | 113 | 0 | 110 | 64 | 46 | 530 | 70 | 47 |
| Binary | 10011101 | 101100 | 1001011 | 0 | 1001000 | 110100 | 100110 | 101011000 | 111000 | 100111 |
Color Harmonies of #9D2C4B
Complementary color
Monochromatic Colors of #9D2C4B
Black with #9D2C4B
Text Example
Text Example
White with #9D2C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2C4B; }
p { color: rgb(157,44,75); }
H1.HeaderClassName
{
color: #9D2C4B;
}
.AnyTagClassName
{
color: #9D2C4B;
}
</style>
background-color css
<style>
a { background-color: #9D2C4B; }
a { background-color: rgb(157,44,75); }
div.DivClassName
{
background-color: #9D2C4B;
}
.BgClassName
{
background-color: #9D2C4B;
}
</style>
border-color css
<style>
span { border-color: #9D2C4B; }
span { border-color: rgb(157,44,75); }
td.TdClassName
{
border-color: #9D2C4B;
}
.TagClassName
{
border-color: #9D2C4B;
}
</style>