Shades of Lipstick #96285C
Tints of Lipstick #96285C
RGB
CMYK
RGB Variations
Color information
#96285C (or 0x96285C) is known color: Lipstick. HEX triplet: 96, 28 and 5C. RGB value is (150,40,92). Sum of RGB (Red+Green+Blue) = 150+40+92=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #96285C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96285C is #69D7A3. Grayscale: #4E4E4E. Windows color (decimal): -6936484 or 6039702. OLE color: 6039702.
HSL color Cylindrical-coordinate representation of color #96285C: hue angle of 331.64º 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 #96285C is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 92 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.41 |
| HSL | 331.64º | 0.58% | 0.37% | - |
| HSV(B) | 331.64º | 0.73% | 0.59% | - |
| XYZ | 15.27 | 8.77 | 11.01 | - |
| YUV | 78.82 | 135.44 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 92 | 0 | 0.73 | 0.39 | 0.41 | 331.64 | 0.58 | 0.37 |
| Hex | 96 | 28 | 5C | 0 | 49 | 27 | 29 | 14C | 3A | 25 |
| Octal | 226 | 50 | 134 | 0 | 111 | 47 | 51 | 514 | 72 | 45 |
| Binary | 10010110 | 101000 | 1011100 | 0 | 1001001 | 100111 | 101001 | 101001100 | 111010 | 100101 |
Color Harmonies of #96285C
Complementary color
Monochromatic Colors of #96285C
Black with #96285C
Text Example
Text Example
White with #96285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96285C; }
p { color: rgb(150,40,92); }
H1.HeaderClassName
{
color: #96285C;
}
.AnyTagClassName
{
color: #96285C;
}
</style>
background-color css
<style>
a { background-color: #96285C; }
a { background-color: rgb(150,40,92); }
div.DivClassName
{
background-color: #96285C;
}
.BgClassName
{
background-color: #96285C;
}
</style>
border-color css
<style>
span { border-color: #96285C; }
span { border-color: rgb(150,40,92); }
td.TdClassName
{
border-color: #96285C;
}
.TagClassName
{
border-color: #96285C;
}
</style>