Shades of Lipstick #96234A
Tints of Lipstick #96234A
RGB
CMYK
RGB Variations
Color information
#96234A (or 0x96234A) is known color: Lipstick. HEX triplet: 96, 23 and 4A. RGB value is (150,35,74). Sum of RGB (Red+Green+Blue) = 150+35+74=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #96234A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96234A is #69DCB5. Grayscale: #494949. Windows color (decimal): -6937782 or 4858774. OLE color: 4858774.
HSL color Cylindrical-coordinate representation of color #96234A: hue angle of 339.65º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96234A is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 35 | 74 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.41 |
| HSL | 339.65º | 0.62% | 0.36% | - |
| HSV(B) | 339.65º | 0.77% | 0.59% | - |
| XYZ | 14.41 | 8.18 | 7.3 | - |
| YUV | 73.83 | 128.1 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 35 | 74 | 0 | 0.77 | 0.51 | 0.41 | 339.65 | 0.62 | 0.36 |
| Hex | 96 | 23 | 4A | 0 | 4D | 33 | 29 | 154 | 3E | 24 |
| Octal | 226 | 43 | 112 | 0 | 115 | 63 | 51 | 524 | 76 | 44 |
| Binary | 10010110 | 100011 | 1001010 | 0 | 1001101 | 110011 | 101001 | 101010100 | 111110 | 100100 |
Color Harmonies of #96234A
Complementary color
Monochromatic Colors of #96234A
Black with #96234A
Text Example
Text Example
White with #96234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96234A; }
p { color: rgb(150,35,74); }
H1.HeaderClassName
{
color: #96234A;
}
.AnyTagClassName
{
color: #96234A;
}
</style>
background-color css
<style>
a { background-color: #96234A; }
a { background-color: rgb(150,35,74); }
div.DivClassName
{
background-color: #96234A;
}
.BgClassName
{
background-color: #96234A;
}
</style>
border-color css
<style>
span { border-color: #96234A; }
span { border-color: rgb(150,35,74); }
td.TdClassName
{
border-color: #96234A;
}
.TagClassName
{
border-color: #96234A;
}
</style>