Shades of Lipstick #96385C
Tints of Lipstick #96385C
RGB
CMYK
RGB Variations
Color information
#96385C (or 0x96385C) is known color: Lipstick. HEX triplet: 96, 38 and 5C. RGB value is (150,56,92). Sum of RGB (Red+Green+Blue) = 150+56+92=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #96385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96385C is #69C7A3. Grayscale: #585858. Windows color (decimal): -6932388 or 6043798. OLE color: 6043798.
HSL color Cylindrical-coordinate representation of color #96385C: hue angle of 337.02º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96385C is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 56 | 92 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.41 |
| HSL | 337.02º | 0.46% | 0.4% | - |
| HSV(B) | 337.02º | 0.63% | 0.59% | - |
| XYZ | 15.92 | 10.09 | 11.23 | - |
| YUV | 88.21 | 130.14 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 56 | 92 | 0 | 0.63 | 0.39 | 0.41 | 337.02 | 0.46 | 0.4 |
| Hex | 96 | 38 | 5C | 0 | 3F | 27 | 29 | 151 | 2E | 28 |
| Octal | 226 | 70 | 134 | 0 | 77 | 47 | 51 | 521 | 56 | 50 |
| Binary | 10010110 | 111000 | 1011100 | 0 | 111111 | 100111 | 101001 | 101010001 | 101110 | 101000 |
Color Harmonies of #96385C
Complementary color
Monochromatic Colors of #96385C
Black with #96385C
Text Example
Text Example
White with #96385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96385C; }
p { color: rgb(150,56,92); }
H1.HeaderClassName
{
color: #96385C;
}
.AnyTagClassName
{
color: #96385C;
}
</style>
background-color css
<style>
a { background-color: #96385C; }
a { background-color: rgb(150,56,92); }
div.DivClassName
{
background-color: #96385C;
}
.BgClassName
{
background-color: #96385C;
}
</style>
border-color css
<style>
span { border-color: #96385C; }
span { border-color: rgb(150,56,92); }
td.TdClassName
{
border-color: #96385C;
}
.TagClassName
{
border-color: #96385C;
}
</style>