Shades of Lipstick #96205D
Tints of Lipstick #96205D
RGB
CMYK
RGB Variations
Color information
#96205D (or 0x96205D) is known color: Lipstick. HEX triplet: 96, 20 and 5D. RGB value is (150,32,93). Sum of RGB (Red+Green+Blue) = 150+32+93=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #96205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96205D is #69DFA2. Grayscale: #4A4A4A. Windows color (decimal): -6938531 or 6103190. OLE color: 6103190.
HSL color Cylindrical-coordinate representation of color #96205D: hue angle of 328.98º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96205D is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 93 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.41 |
| HSL | 328.98º | 0.65% | 0.36% | - |
| HSV(B) | 328.98º | 0.79% | 0.59% | - |
| XYZ | 15.07 | 8.31 | 11.17 | - |
| YUV | 74.24 | 138.59 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 93 | 0 | 0.79 | 0.38 | 0.41 | 328.98 | 0.65 | 0.36 |
| Hex | 96 | 20 | 5D | 0 | 4F | 26 | 29 | 149 | 41 | 24 |
| Octal | 226 | 40 | 135 | 0 | 117 | 46 | 51 | 511 | 101 | 44 |
| Binary | 10010110 | 100000 | 1011101 | 0 | 1001111 | 100110 | 101001 | 101001001 | 1000001 | 100100 |
Color Harmonies of #96205D
Complementary color
Monochromatic Colors of #96205D
Black with #96205D
Text Example
Text Example
White with #96205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96205D; }
p { color: rgb(150,32,93); }
H1.HeaderClassName
{
color: #96205D;
}
.AnyTagClassName
{
color: #96205D;
}
</style>
background-color css
<style>
a { background-color: #96205D; }
a { background-color: rgb(150,32,93); }
div.DivClassName
{
background-color: #96205D;
}
.BgClassName
{
background-color: #96205D;
}
</style>
border-color css
<style>
span { border-color: #96205D; }
span { border-color: rgb(150,32,93); }
td.TdClassName
{
border-color: #96205D;
}
.TagClassName
{
border-color: #96205D;
}
</style>