Shades of Lipstick #9C355D
Tints of Lipstick #9C355D
RGB
CMYK
RGB Variations
Color information
#9C355D (or 0x9C355D) is known color: Lipstick. HEX triplet: 9C, 35 and 5D. RGB value is (156,53,93). Sum of RGB (Red+Green+Blue) = 156+53+93=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C355D is #63CAA2. Grayscale: #585858. Windows color (decimal): -6539939 or 6108572. OLE color: 6108572.
HSL color Cylindrical-coordinate representation of color #9C355D: hue angle of 336.7º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C355D is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 53 | 93 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.39 |
| HSL | 336.7º | 0.49% | 0.41% | - |
| HSV(B) | 336.7º | 0.66% | 0.61% | - |
| XYZ | 16.96 | 10.4 | 11.47 | - |
| YUV | 88.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 53 | 93 | 0 | 0.66 | 0.40 | 0.39 | 336.7 | 0.49 | 0.41 |
| Hex | 9C | 35 | 5D | 0 | 42 | 28 | 27 | 151 | 31 | 29 |
| Octal | 234 | 65 | 135 | 0 | 102 | 50 | 47 | 521 | 61 | 51 |
| Binary | 10011100 | 110101 | 1011101 | 0 | 1000010 | 101000 | 100111 | 101010001 | 110001 | 101001 |
Color Harmonies of #9C355D
Complementary color
Monochromatic Colors of #9C355D
Black with #9C355D
Text Example
Text Example
White with #9C355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C355D; }
p { color: rgb(156,53,93); }
H1.HeaderClassName
{
color: #9C355D;
}
.AnyTagClassName
{
color: #9C355D;
}
</style>
background-color css
<style>
a { background-color: #9C355D; }
a { background-color: rgb(156,53,93); }
div.DivClassName
{
background-color: #9C355D;
}
.BgClassName
{
background-color: #9C355D;
}
</style>
border-color css
<style>
span { border-color: #9C355D; }
span { border-color: rgb(156,53,93); }
td.TdClassName
{
border-color: #9C355D;
}
.TagClassName
{
border-color: #9C355D;
}
</style>