Shades of Lipstick #931D48
Tints of Lipstick #931D48
RGB
CMYK
RGB Variations
Color information
#931D48 (or 0x931D48) is known color: Lipstick. HEX triplet: 93, 1D and 48. RGB value is (147,29,72). Sum of RGB (Red+Green+Blue) = 147+29+72=248 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.27% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 147 - color contains mainly: red. Hex color #931D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #931D48 is #6CE2B7. Grayscale: #454545. Windows color (decimal): -7135928 or 4726163. OLE color: 4726163.
HSL color Cylindrical-coordinate representation of color #931D48: hue angle of 338.14º 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 #931D48 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 29 | 72 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.42 |
| HSL | 338.14º | 0.67% | 0.35% | - |
| HSV(B) | 338.14º | 0.8% | 0.58% | - |
| XYZ | 13.64 | 7.55 | 6.87 | - |
| YUV | 69.18 | 129.59 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 29 | 72 | 0 | 0.80 | 0.51 | 0.42 | 338.14 | 0.67 | 0.35 |
| Hex | 93 | 1D | 48 | 0 | 50 | 33 | 2A | 152 | 43 | 23 |
| Octal | 223 | 35 | 110 | 0 | 120 | 63 | 52 | 522 | 103 | 43 |
| Binary | 10010011 | 11101 | 1001000 | 0 | 1010000 | 110011 | 101010 | 101010010 | 1000011 | 100011 |
Color Harmonies of #931D48
Complementary color
Monochromatic Colors of #931D48
Black with #931D48
Text Example
Text Example
White with #931D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931D48; }
p { color: rgb(147,29,72); }
H1.HeaderClassName
{
color: #931D48;
}
.AnyTagClassName
{
color: #931D48;
}
</style>
background-color css
<style>
a { background-color: #931D48; }
a { background-color: rgb(147,29,72); }
div.DivClassName
{
background-color: #931D48;
}
.BgClassName
{
background-color: #931D48;
}
</style>
border-color css
<style>
span { border-color: #931D48; }
span { border-color: rgb(147,29,72); }
td.TdClassName
{
border-color: #931D48;
}
.TagClassName
{
border-color: #931D48;
}
</style>