Shades of Lipstick #96265D
Tints of Lipstick #96265D
RGB
CMYK
RGB Variations
Color information
#96265D (or 0x96265D) is known color: Lipstick. HEX triplet: 96, 26 and 5D. RGB value is (150,38,93). Sum of RGB (Red+Green+Blue) = 150+38+93=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96265D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96265D is #69D9A2. Grayscale: #4D4D4D. Windows color (decimal): -6936995 or 6104726. OLE color: 6104726.
HSL color Cylindrical-coordinate representation of color #96265D: hue angle of 330.54º 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 #96265D is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 38 | 93 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.41 |
| HSL | 330.54º | 0.6% | 0.37% | - |
| HSV(B) | 330.54º | 0.75% | 0.59% | - |
| XYZ | 15.25 | 8.66 | 11.22 | - |
| YUV | 77.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 93 | 0 | 0.75 | 0.38 | 0.41 | 330.54 | 0.6 | 0.37 |
| Hex | 96 | 26 | 5D | 0 | 4B | 26 | 29 | 14B | 3C | 25 |
| Octal | 226 | 46 | 135 | 0 | 113 | 46 | 51 | 513 | 74 | 45 |
| Binary | 10010110 | 100110 | 1011101 | 0 | 1001011 | 100110 | 101001 | 101001011 | 111100 | 100101 |
Color Harmonies of #96265D
Complementary color
Monochromatic Colors of #96265D
Black with #96265D
Text Example
Text Example
White with #96265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96265D; }
p { color: rgb(150,38,93); }
H1.HeaderClassName
{
color: #96265D;
}
.AnyTagClassName
{
color: #96265D;
}
</style>
background-color css
<style>
a { background-color: #96265D; }
a { background-color: rgb(150,38,93); }
div.DivClassName
{
background-color: #96265D;
}
.BgClassName
{
background-color: #96265D;
}
</style>
border-color css
<style>
span { border-color: #96265D; }
span { border-color: rgb(150,38,93); }
td.TdClassName
{
border-color: #96265D;
}
.TagClassName
{
border-color: #96265D;
}
</style>