Shades of Lipstick #96315F
Tints of Lipstick #96315F
RGB
CMYK
RGB Variations
Color information
#96315F (or 0x96315F) is known color: Lipstick. HEX triplet: 96, 31 and 5F. RGB value is (150,49,95). Sum of RGB (Red+Green+Blue) = 150+49+95=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96315F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96315F is #69CEA0. Grayscale: #545454. Windows color (decimal): -6934177 or 6238614. OLE color: 6238614.
HSL color Cylindrical-coordinate representation of color #96315F: hue angle of 332.67º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96315F is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 49 | 95 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.41 |
| HSL | 332.67º | 0.51% | 0.39% | - |
| HSV(B) | 332.67º | 0.67% | 0.59% | - |
| XYZ | 15.74 | 9.51 | 11.83 | - |
| YUV | 84.44 | 133.96 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 49 | 95 | 0 | 0.67 | 0.37 | 0.41 | 332.67 | 0.51 | 0.39 |
| Hex | 96 | 31 | 5F | 0 | 43 | 25 | 29 | 14D | 33 | 27 |
| Octal | 226 | 61 | 137 | 0 | 103 | 45 | 51 | 515 | 63 | 47 |
| Binary | 10010110 | 110001 | 1011111 | 0 | 1000011 | 100101 | 101001 | 101001101 | 110011 | 100111 |
Color Harmonies of #96315F
Complementary color
Monochromatic Colors of #96315F
Black with #96315F
Text Example
Text Example
White with #96315F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96315F; }
p { color: rgb(150,49,95); }
H1.HeaderClassName
{
color: #96315F;
}
.AnyTagClassName
{
color: #96315F;
}
</style>
background-color css
<style>
a { background-color: #96315F; }
a { background-color: rgb(150,49,95); }
div.DivClassName
{
background-color: #96315F;
}
.BgClassName
{
background-color: #96315F;
}
</style>
border-color css
<style>
span { border-color: #96315F; }
span { border-color: rgb(150,49,95); }
td.TdClassName
{
border-color: #96315F;
}
.TagClassName
{
border-color: #96315F;
}
</style>