Shades of Lipstick #96354D
Tints of Lipstick #96354D
RGB
CMYK
RGB Variations
Color information
#96354D (or 0x96354D) is known color: Lipstick. HEX triplet: 96, 35 and 4D. RGB value is (150,53,77). Sum of RGB (Red+Green+Blue) = 150+53+77=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96354D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96354D is #69CAB2. Grayscale: #545454. Windows color (decimal): -6933171 or 5059990. OLE color: 5059990.
HSL color Cylindrical-coordinate representation of color #96354D: hue angle of 345.15º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96354D is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 53 | 77 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.41 |
| HSL | 345.15º | 0.48% | 0.4% | - |
| HSV(B) | 345.15º | 0.65% | 0.59% | - |
| XYZ | 15.19 | 9.57 | 8.07 | - |
| YUV | 84.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 53 | 77 | 0 | 0.65 | 0.49 | 0.41 | 345.15 | 0.48 | 0.4 |
| Hex | 96 | 35 | 4D | 0 | 41 | 31 | 29 | 159 | 30 | 28 |
| Octal | 226 | 65 | 115 | 0 | 101 | 61 | 51 | 531 | 60 | 50 |
| Binary | 10010110 | 110101 | 1001101 | 0 | 1000001 | 110001 | 101001 | 101011001 | 110000 | 101000 |
Color Harmonies of #96354D
Complementary color
Monochromatic Colors of #96354D
Black with #96354D
Text Example
Text Example
White with #96354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96354D; }
p { color: rgb(150,53,77); }
H1.HeaderClassName
{
color: #96354D;
}
.AnyTagClassName
{
color: #96354D;
}
</style>
background-color css
<style>
a { background-color: #96354D; }
a { background-color: rgb(150,53,77); }
div.DivClassName
{
background-color: #96354D;
}
.BgClassName
{
background-color: #96354D;
}
</style>
border-color css
<style>
span { border-color: #96354D; }
span { border-color: rgb(150,53,77); }
td.TdClassName
{
border-color: #96354D;
}
.TagClassName
{
border-color: #96354D;
}
</style>