Shades of Lipstick #96304D
Tints of Lipstick #96304D
RGB
CMYK
RGB Variations
Color information
#96304D (or 0x96304D) is known color: Lipstick. HEX triplet: 96, 30 and 4D. RGB value is (150,48,77). Sum of RGB (Red+Green+Blue) = 150+48+77=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #96304D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96304D is #69CFB2. Grayscale: #515151. Windows color (decimal): -6934451 or 5058710. OLE color: 5058710.
HSL color Cylindrical-coordinate representation of color #96304D: hue angle of 342.94º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96304D is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 48 | 77 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.41 |
| HSL | 342.94º | 0.52% | 0.39% | - |
| HSV(B) | 342.94º | 0.68% | 0.59% | - |
| XYZ | 14.97 | 9.13 | 7.99 | - |
| YUV | 81.8 | 125.29 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 77 | 0 | 0.68 | 0.49 | 0.41 | 342.94 | 0.52 | 0.39 |
| Hex | 96 | 30 | 4D | 0 | 44 | 31 | 29 | 157 | 34 | 27 |
| Octal | 226 | 60 | 115 | 0 | 104 | 61 | 51 | 527 | 64 | 47 |
| Binary | 10010110 | 110000 | 1001101 | 0 | 1000100 | 110001 | 101001 | 101010111 | 110100 | 100111 |
Color Harmonies of #96304D
Complementary color
Monochromatic Colors of #96304D
Black with #96304D
Text Example
Text Example
White with #96304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96304D; }
p { color: rgb(150,48,77); }
H1.HeaderClassName
{
color: #96304D;
}
.AnyTagClassName
{
color: #96304D;
}
</style>
background-color css
<style>
a { background-color: #96304D; }
a { background-color: rgb(150,48,77); }
div.DivClassName
{
background-color: #96304D;
}
.BgClassName
{
background-color: #96304D;
}
</style>
border-color css
<style>
span { border-color: #96304D; }
span { border-color: rgb(150,48,77); }
td.TdClassName
{
border-color: #96304D;
}
.TagClassName
{
border-color: #96304D;
}
</style>