Shades of Lipstick #96265E
Tints of Lipstick #96265E
RGB
CMYK
RGB Variations
Color information
#96265E (or 0x96265E) is known color: Lipstick. HEX triplet: 96, 26 and 5E. RGB value is (150,38,94). Sum of RGB (Red+Green+Blue) = 150+38+94=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #96265E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96265E is #69D9A1. Grayscale: #4D4D4D. Windows color (decimal): -6936994 or 6170262. OLE color: 6170262.
HSL color Cylindrical-coordinate representation of color #96265E: hue angle of 330º 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 #96265E is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 38 | 94 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.41 |
| HSL | 330º | 0.6% | 0.37% | - |
| HSV(B) | 330º | 0.75% | 0.59% | - |
| XYZ | 15.29 | 8.68 | 11.46 | - |
| YUV | 77.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 94 | 0 | 0.75 | 0.37 | 0.41 | 330 | 0.6 | 0.37 |
| Hex | 96 | 26 | 5E | 0 | 4B | 25 | 29 | 14A | 3C | 25 |
| Octal | 226 | 46 | 136 | 0 | 113 | 45 | 51 | 512 | 74 | 45 |
| Binary | 10010110 | 100110 | 1011110 | 0 | 1001011 | 100101 | 101001 | 101001010 | 111100 | 100101 |
Color Harmonies of #96265E
Complementary color
Monochromatic Colors of #96265E
Black with #96265E
Text Example
Text Example
White with #96265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96265E; }
p { color: rgb(150,38,94); }
H1.HeaderClassName
{
color: #96265E;
}
.AnyTagClassName
{
color: #96265E;
}
</style>
background-color css
<style>
a { background-color: #96265E; }
a { background-color: rgb(150,38,94); }
div.DivClassName
{
background-color: #96265E;
}
.BgClassName
{
background-color: #96265E;
}
</style>
border-color css
<style>
span { border-color: #96265E; }
span { border-color: rgb(150,38,94); }
td.TdClassName
{
border-color: #96265E;
}
.TagClassName
{
border-color: #96265E;
}
</style>