Shades of Lipstick #931D53
Tints of Lipstick #931D53
RGB
CMYK
RGB Variations
Color information
#931D53 (or 0x931D53) is known color: Lipstick. HEX triplet: 93, 1D and 53. RGB value is (147,29,83). Sum of RGB (Red+Green+Blue) = 147+29+83=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #931D53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931D53 is #6CE2AC. Grayscale: #464646. Windows color (decimal): -7135917 or 5447059. OLE color: 5447059.
HSL color Cylindrical-coordinate representation of color #931D53: hue angle of 332.54º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #931D53 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 29 | 83 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.42 |
| HSL | 332.54º | 0.67% | 0.35% | - |
| HSV(B) | 332.54º | 0.8% | 0.58% | - |
| XYZ | 14.03 | 7.71 | 8.93 | - |
| YUV | 70.44 | 135.09 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 29 | 83 | 0 | 0.80 | 0.44 | 0.42 | 332.54 | 0.67 | 0.35 |
| Hex | 93 | 1D | 53 | 0 | 50 | 2C | 2A | 14D | 43 | 23 |
| Octal | 223 | 35 | 123 | 0 | 120 | 54 | 52 | 515 | 103 | 43 |
| Binary | 10010011 | 11101 | 1010011 | 0 | 1010000 | 101100 | 101010 | 101001101 | 1000011 | 100011 |
Color Harmonies of #931D53
Complementary color
Monochromatic Colors of #931D53
Black with #931D53
Text Example
Text Example
White with #931D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931D53; }
p { color: rgb(147,29,83); }
H1.HeaderClassName
{
color: #931D53;
}
.AnyTagClassName
{
color: #931D53;
}
</style>
background-color css
<style>
a { background-color: #931D53; }
a { background-color: rgb(147,29,83); }
div.DivClassName
{
background-color: #931D53;
}
.BgClassName
{
background-color: #931D53;
}
</style>
border-color css
<style>
span { border-color: #931D53; }
span { border-color: rgb(147,29,83); }
td.TdClassName
{
border-color: #931D53;
}
.TagClassName
{
border-color: #931D53;
}
</style>