Shades of Lipstick #96346D
Tints of Lipstick #96346D
RGB
CMYK
RGB Variations
Color information
#96346D (or 0x96346D) is known color: Lipstick. HEX triplet: 96, 34 and 6D. RGB value is (150,52,109). Sum of RGB (Red+Green+Blue) = 150+52+109=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96346D is #69CB92. Grayscale: #575757. Windows color (decimal): -6933395 or 7156886. OLE color: 7156886.
HSL color Cylindrical-coordinate representation of color #96346D: hue angle of 325.1º degrees, saturation: 0.49, 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 #96346D is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 109 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.41 |
| HSL | 325.1º | 0.49% | 0.4% | - |
| HSV(B) | 325.1º | 0.65% | 0.59% | - |
| XYZ | 16.57 | 10.04 | 15.53 | - |
| YUV | 87.8 | 139.97 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 109 | 0 | 0.65 | 0.27 | 0.41 | 325.1 | 0.49 | 0.4 |
| Hex | 96 | 34 | 6D | 0 | 41 | 1B | 29 | 145 | 31 | 28 |
| Octal | 226 | 64 | 155 | 0 | 101 | 33 | 51 | 505 | 61 | 50 |
| Binary | 10010110 | 110100 | 1101101 | 0 | 1000001 | 11011 | 101001 | 101000101 | 110001 | 101000 |
Color Harmonies of #96346D
Complementary color
Monochromatic Colors of #96346D
Black with #96346D
Text Example
Text Example
White with #96346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96346D; }
p { color: rgb(150,52,109); }
H1.HeaderClassName
{
color: #96346D;
}
.AnyTagClassName
{
color: #96346D;
}
</style>
background-color css
<style>
a { background-color: #96346D; }
a { background-color: rgb(150,52,109); }
div.DivClassName
{
background-color: #96346D;
}
.BgClassName
{
background-color: #96346D;
}
</style>
border-color css
<style>
span { border-color: #96346D; }
span { border-color: rgb(150,52,109); }
td.TdClassName
{
border-color: #96346D;
}
.TagClassName
{
border-color: #96346D;
}
</style>