Shades of Lipstick #9D3353
Tints of Lipstick #9D3353
RGB
CMYK
RGB Variations
Color information
#9D3353 (or 0x9D3353) is known color: Lipstick. HEX triplet: 9D, 33 and 53. RGB value is (157,51,83). Sum of RGB (Red+Green+Blue) = 157+51+83=291 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.95% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3353 is #62CCAC. Grayscale: #565656. Windows color (decimal): -6474925 or 5452701. OLE color: 5452701.
HSL color Cylindrical-coordinate representation of color #9D3353: hue angle of 341.89º 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 #9D3353 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 51 | 83 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.38 |
| HSL | 341.89º | 0.51% | 0.41% | - |
| HSV(B) | 341.89º | 0.68% | 0.62% | - |
| XYZ | 16.65 | 10.16 | 9.27 | - |
| YUV | 86.34 | 126.12 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 51 | 83 | 0 | 0.68 | 0.47 | 0.38 | 341.89 | 0.51 | 0.41 |
| Hex | 9D | 33 | 53 | 0 | 44 | 2F | 26 | 156 | 33 | 29 |
| Octal | 235 | 63 | 123 | 0 | 104 | 57 | 46 | 526 | 63 | 51 |
| Binary | 10011101 | 110011 | 1010011 | 0 | 1000100 | 101111 | 100110 | 101010110 | 110011 | 101001 |
Color Harmonies of #9D3353
Complementary color
Monochromatic Colors of #9D3353
Black with #9D3353
Text Example
Text Example
White with #9D3353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3353; }
p { color: rgb(157,51,83); }
H1.HeaderClassName
{
color: #9D3353;
}
.AnyTagClassName
{
color: #9D3353;
}
</style>
background-color css
<style>
a { background-color: #9D3353; }
a { background-color: rgb(157,51,83); }
div.DivClassName
{
background-color: #9D3353;
}
.BgClassName
{
background-color: #9D3353;
}
</style>
border-color css
<style>
span { border-color: #9D3353; }
span { border-color: rgb(157,51,83); }
td.TdClassName
{
border-color: #9D3353;
}
.TagClassName
{
border-color: #9D3353;
}
</style>