Shades of Lipstick #96375C
Tints of Lipstick #96375C
RGB
CMYK
RGB Variations
Color information
#96375C (or 0x96375C) is known color: Lipstick. HEX triplet: 96, 37 and 5C. RGB value is (150,55,92). Sum of RGB (Red+Green+Blue) = 150+55+92=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96375C is #69C8A3. Grayscale: #575757. Windows color (decimal): -6932644 or 6043542. OLE color: 6043542.
HSL color Cylindrical-coordinate representation of color #96375C: hue angle of 336.63º 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 #96375C is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 92 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.41 |
| HSL | 336.63º | 0.46% | 0.4% | - |
| HSV(B) | 336.63º | 0.63% | 0.59% | - |
| XYZ | 15.88 | 9.99 | 11.22 | - |
| YUV | 87.62 | 130.47 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 92 | 0 | 0.63 | 0.39 | 0.41 | 336.63 | 0.46 | 0.4 |
| Hex | 96 | 37 | 5C | 0 | 3F | 27 | 29 | 151 | 2E | 28 |
| Octal | 226 | 67 | 134 | 0 | 77 | 47 | 51 | 521 | 56 | 50 |
| Binary | 10010110 | 110111 | 1011100 | 0 | 111111 | 100111 | 101001 | 101010001 | 101110 | 101000 |
Color Harmonies of #96375C
Complementary color
Monochromatic Colors of #96375C
Black with #96375C
Text Example
Text Example
White with #96375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96375C; }
p { color: rgb(150,55,92); }
H1.HeaderClassName
{
color: #96375C;
}
.AnyTagClassName
{
color: #96375C;
}
</style>
background-color css
<style>
a { background-color: #96375C; }
a { background-color: rgb(150,55,92); }
div.DivClassName
{
background-color: #96375C;
}
.BgClassName
{
background-color: #96375C;
}
</style>
border-color css
<style>
span { border-color: #96375C; }
span { border-color: rgb(150,55,92); }
td.TdClassName
{
border-color: #96375C;
}
.TagClassName
{
border-color: #96375C;
}
</style>