Shades of Lipstick #96285D
Tints of Lipstick #96285D
RGB
CMYK
RGB Variations
Color information
#96285D (or 0x96285D) is known color: Lipstick. HEX triplet: 96, 28 and 5D. RGB value is (150,40,93). Sum of RGB (Red+Green+Blue) = 150+40+93=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #96285D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96285D is #69D7A2. Grayscale: #4E4E4E. Windows color (decimal): -6936483 or 6105238. OLE color: 6105238.
HSL color Cylindrical-coordinate representation of color #96285D: hue angle of 331.09º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96285D is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 93 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.41 |
| HSL | 331.09º | 0.58% | 0.37% | - |
| HSV(B) | 331.09º | 0.73% | 0.59% | - |
| XYZ | 15.31 | 8.79 | 11.25 | - |
| YUV | 78.93 | 135.94 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 93 | 0 | 0.73 | 0.38 | 0.41 | 331.09 | 0.58 | 0.37 |
| Hex | 96 | 28 | 5D | 0 | 49 | 26 | 29 | 14B | 3A | 25 |
| Octal | 226 | 50 | 135 | 0 | 111 | 46 | 51 | 513 | 72 | 45 |
| Binary | 10010110 | 101000 | 1011101 | 0 | 1001001 | 100110 | 101001 | 101001011 | 111010 | 100101 |
Color Harmonies of #96285D
Complementary color
Monochromatic Colors of #96285D
Black with #96285D
Text Example
Text Example
White with #96285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96285D; }
p { color: rgb(150,40,93); }
H1.HeaderClassName
{
color: #96285D;
}
.AnyTagClassName
{
color: #96285D;
}
</style>
background-color css
<style>
a { background-color: #96285D; }
a { background-color: rgb(150,40,93); }
div.DivClassName
{
background-color: #96285D;
}
.BgClassName
{
background-color: #96285D;
}
</style>
border-color css
<style>
span { border-color: #96285D; }
span { border-color: rgb(150,40,93); }
td.TdClassName
{
border-color: #96285D;
}
.TagClassName
{
border-color: #96285D;
}
</style>