Shades of Lipstick #941D4A
Tints of Lipstick #941D4A
RGB
CMYK
RGB Variations
Color information
#941D4A (or 0x941D4A) is known color: Lipstick. HEX triplet: 94, 1D and 4A. RGB value is (148,29,74). Sum of RGB (Red+Green+Blue) = 148+29+74=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #941D4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #941D4A is #6BE2B5. Grayscale: #454545. Windows color (decimal): -7070390 or 4857236. OLE color: 4857236.
HSL color Cylindrical-coordinate representation of color #941D4A: hue angle of 337.31º 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 #941D4A is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 29 | 74 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.42 |
| HSL | 337.31º | 0.67% | 0.35% | - |
| HSV(B) | 337.31º | 0.8% | 0.58% | - |
| XYZ | 13.89 | 7.67 | 7.23 | - |
| YUV | 69.71 | 130.42 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 29 | 74 | 0 | 0.80 | 0.50 | 0.42 | 337.31 | 0.67 | 0.35 |
| Hex | 94 | 1D | 4A | 0 | 50 | 32 | 2A | 151 | 43 | 23 |
| Octal | 224 | 35 | 112 | 0 | 120 | 62 | 52 | 521 | 103 | 43 |
| Binary | 10010100 | 11101 | 1001010 | 0 | 1010000 | 110010 | 101010 | 101010001 | 1000011 | 100011 |
Color Harmonies of #941D4A
Complementary color
Monochromatic Colors of #941D4A
Black with #941D4A
Text Example
Text Example
White with #941D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941D4A; }
p { color: rgb(148,29,74); }
H1.HeaderClassName
{
color: #941D4A;
}
.AnyTagClassName
{
color: #941D4A;
}
</style>
background-color css
<style>
a { background-color: #941D4A; }
a { background-color: rgb(148,29,74); }
div.DivClassName
{
background-color: #941D4A;
}
.BgClassName
{
background-color: #941D4A;
}
</style>
border-color css
<style>
span { border-color: #941D4A; }
span { border-color: rgb(148,29,74); }
td.TdClassName
{
border-color: #941D4A;
}
.TagClassName
{
border-color: #941D4A;
}
</style>