Shades of Lipstick #96316D
Tints of Lipstick #96316D
RGB
CMYK
RGB Variations
Color information
#96316D (or 0x96316D) is known color: Lipstick. HEX triplet: 96, 31 and 6D. RGB value is (150,49,109). Sum of RGB (Red+Green+Blue) = 150+49+109=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #96316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96316D is #69CE92. Grayscale: #555555. Windows color (decimal): -6934163 or 7156118. OLE color: 7156118.
HSL color Cylindrical-coordinate representation of color #96316D: hue angle of 324.36º 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 #96316D is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 49 | 109 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.41 |
| HSL | 324.36º | 0.51% | 0.39% | - |
| HSV(B) | 324.36º | 0.67% | 0.59% | - |
| XYZ | 16.44 | 9.78 | 15.49 | - |
| YUV | 86.04 | 140.96 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 49 | 109 | 0 | 0.67 | 0.27 | 0.41 | 324.36 | 0.51 | 0.39 |
| Hex | 96 | 31 | 6D | 0 | 43 | 1B | 29 | 144 | 33 | 27 |
| Octal | 226 | 61 | 155 | 0 | 103 | 33 | 51 | 504 | 63 | 47 |
| Binary | 10010110 | 110001 | 1101101 | 0 | 1000011 | 11011 | 101001 | 101000100 | 110011 | 100111 |
Color Harmonies of #96316D
Complementary color
Monochromatic Colors of #96316D
Black with #96316D
Text Example
Text Example
White with #96316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96316D; }
p { color: rgb(150,49,109); }
H1.HeaderClassName
{
color: #96316D;
}
.AnyTagClassName
{
color: #96316D;
}
</style>
background-color css
<style>
a { background-color: #96316D; }
a { background-color: rgb(150,49,109); }
div.DivClassName
{
background-color: #96316D;
}
.BgClassName
{
background-color: #96316D;
}
</style>
border-color css
<style>
span { border-color: #96316D; }
span { border-color: rgb(150,49,109); }
td.TdClassName
{
border-color: #96316D;
}
.TagClassName
{
border-color: #96316D;
}
</style>