Shades of Lipstick #96255F
Tints of Lipstick #96255F
RGB
CMYK
RGB Variations
Color information
#96255F (or 0x96255F) is known color: Lipstick. HEX triplet: 96, 25 and 5F. RGB value is (150,37,95). Sum of RGB (Red+Green+Blue) = 150+37+95=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #96255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96255F is #69DAA0. Grayscale: #4D4D4D. Windows color (decimal): -6937249 or 6235542. OLE color: 6235542.
HSL color Cylindrical-coordinate representation of color #96255F: hue angle of 329.2º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96255F is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 37 | 95 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.41 |
| HSL | 329.2º | 0.6% | 0.37% | - |
| HSV(B) | 329.2º | 0.75% | 0.59% | - |
| XYZ | 15.3 | 8.63 | 11.69 | - |
| YUV | 77.4 | 137.94 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 37 | 95 | 0 | 0.75 | 0.37 | 0.41 | 329.2 | 0.6 | 0.37 |
| Hex | 96 | 25 | 5F | 0 | 4B | 25 | 29 | 149 | 3C | 25 |
| Octal | 226 | 45 | 137 | 0 | 113 | 45 | 51 | 511 | 74 | 45 |
| Binary | 10010110 | 100101 | 1011111 | 0 | 1001011 | 100101 | 101001 | 101001001 | 111100 | 100101 |
Color Harmonies of #96255F
Complementary color
Monochromatic Colors of #96255F
Black with #96255F
Text Example
Text Example
White with #96255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96255F; }
p { color: rgb(150,37,95); }
H1.HeaderClassName
{
color: #96255F;
}
.AnyTagClassName
{
color: #96255F;
}
</style>
background-color css
<style>
a { background-color: #96255F; }
a { background-color: rgb(150,37,95); }
div.DivClassName
{
background-color: #96255F;
}
.BgClassName
{
background-color: #96255F;
}
</style>
border-color css
<style>
span { border-color: #96255F; }
span { border-color: rgb(150,37,95); }
td.TdClassName
{
border-color: #96255F;
}
.TagClassName
{
border-color: #96255F;
}
</style>