Shades of Lipstick #9D3352
Tints of Lipstick #9D3352
RGB
CMYK
RGB Variations
Color information
#9D3352 (or 0x9D3352) is known color: Lipstick. HEX triplet: 9D, 33 and 52. RGB value is (157,51,82). Sum of RGB (Red+Green+Blue) = 157+51+82=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3352 is #62CCAD. Grayscale: #565656. Windows color (decimal): -6474926 or 5387165. OLE color: 5387165.
HSL color Cylindrical-coordinate representation of color #9D3352: hue angle of 342.45º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D3352 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 51 | 82 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.38 |
| HSL | 342.45º | 0.51% | 0.41% | - |
| HSV(B) | 342.45º | 0.68% | 0.62% | - |
| XYZ | 16.61 | 10.14 | 9.07 | - |
| YUV | 86.23 | 125.62 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 51 | 82 | 0 | 0.68 | 0.48 | 0.38 | 342.45 | 0.51 | 0.41 |
| Hex | 9D | 33 | 52 | 0 | 44 | 30 | 26 | 156 | 33 | 29 |
| Octal | 235 | 63 | 122 | 0 | 104 | 60 | 46 | 526 | 63 | 51 |
| Binary | 10011101 | 110011 | 1010010 | 0 | 1000100 | 110000 | 100110 | 101010110 | 110011 | 101001 |
Color Harmonies of #9D3352
Complementary color
Monochromatic Colors of #9D3352
Black with #9D3352
Text Example
Text Example
White with #9D3352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3352; }
p { color: rgb(157,51,82); }
H1.HeaderClassName
{
color: #9D3352;
}
.AnyTagClassName
{
color: #9D3352;
}
</style>
background-color css
<style>
a { background-color: #9D3352; }
a { background-color: rgb(157,51,82); }
div.DivClassName
{
background-color: #9D3352;
}
.BgClassName
{
background-color: #9D3352;
}
</style>
border-color css
<style>
span { border-color: #9D3352; }
span { border-color: rgb(157,51,82); }
td.TdClassName
{
border-color: #9D3352;
}
.TagClassName
{
border-color: #9D3352;
}
</style>