Shades of Lipstick #931D4A
Tints of Lipstick #931D4A
RGB
CMYK
RGB Variations
Color information
#931D4A (or 0x931D4A) is known color: Lipstick. HEX triplet: 93, 1D and 4A. RGB value is (147,29,74). Sum of RGB (Red+Green+Blue) = 147+29+74=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #931D4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #931D4A is #6CE2B5. Grayscale: #454545. Windows color (decimal): -7135926 or 4857235. OLE color: 4857235.
HSL color Cylindrical-coordinate representation of color #931D4A: hue angle of 337.12º 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 #931D4A is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 29 | 74 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.42 |
| HSL | 337.12º | 0.67% | 0.35% | - |
| HSV(B) | 337.12º | 0.8% | 0.58% | - |
| XYZ | 13.71 | 7.58 | 7.22 | - |
| YUV | 69.41 | 130.59 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 29 | 74 | 0 | 0.80 | 0.50 | 0.42 | 337.12 | 0.67 | 0.35 |
| Hex | 93 | 1D | 4A | 0 | 50 | 32 | 2A | 151 | 43 | 23 |
| Octal | 223 | 35 | 112 | 0 | 120 | 62 | 52 | 521 | 103 | 43 |
| Binary | 10010011 | 11101 | 1001010 | 0 | 1010000 | 110010 | 101010 | 101010001 | 1000011 | 100011 |
Color Harmonies of #931D4A
Complementary color
Monochromatic Colors of #931D4A
Black with #931D4A
Text Example
Text Example
White with #931D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931D4A; }
p { color: rgb(147,29,74); }
H1.HeaderClassName
{
color: #931D4A;
}
.AnyTagClassName
{
color: #931D4A;
}
</style>
background-color css
<style>
a { background-color: #931D4A; }
a { background-color: rgb(147,29,74); }
div.DivClassName
{
background-color: #931D4A;
}
.BgClassName
{
background-color: #931D4A;
}
</style>
border-color css
<style>
span { border-color: #931D4A; }
span { border-color: rgb(147,29,74); }
td.TdClassName
{
border-color: #931D4A;
}
.TagClassName
{
border-color: #931D4A;
}
</style>