Shades of Lipstick #96326A
Tints of Lipstick #96326A
RGB
CMYK
RGB Variations
Color information
#96326A (or 0x96326A) is known color: Lipstick. HEX triplet: 96, 32 and 6A. RGB value is (150,50,106). Sum of RGB (Red+Green+Blue) = 150+50+106=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #96326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96326A is #69CD95. Grayscale: #565656. Windows color (decimal): -6933910 or 6959766. OLE color: 6959766.
HSL color Cylindrical-coordinate representation of color #96326A: hue angle of 326.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96326A is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 106 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.41 |
| HSL | 326.4º | 0.5% | 0.39% | - |
| HSV(B) | 326.4º | 0.67% | 0.59% | - |
| XYZ | 16.32 | 9.81 | 14.67 | - |
| YUV | 86.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 106 | 0 | 0.67 | 0.29 | 0.41 | 326.4 | 0.5 | 0.39 |
| Hex | 96 | 32 | 6A | 0 | 43 | 1D | 29 | 146 | 32 | 27 |
| Octal | 226 | 62 | 152 | 0 | 103 | 35 | 51 | 506 | 62 | 47 |
| Binary | 10010110 | 110010 | 1101010 | 0 | 1000011 | 11101 | 101001 | 101000110 | 110010 | 100111 |
Color Harmonies of #96326A
Complementary color
Monochromatic Colors of #96326A
Black with #96326A
Text Example
Text Example
White with #96326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96326A; }
p { color: rgb(150,50,106); }
H1.HeaderClassName
{
color: #96326A;
}
.AnyTagClassName
{
color: #96326A;
}
</style>
background-color css
<style>
a { background-color: #96326A; }
a { background-color: rgb(150,50,106); }
div.DivClassName
{
background-color: #96326A;
}
.BgClassName
{
background-color: #96326A;
}
</style>
border-color css
<style>
span { border-color: #96326A; }
span { border-color: rgb(150,50,106); }
td.TdClassName
{
border-color: #96326A;
}
.TagClassName
{
border-color: #96326A;
}
</style>