Shades of Lipstick #940D40
Tints of Lipstick #940D40
RGB
CMYK
RGB Variations
Color information
#940D40 (or 0x940D40) is known color: Lipstick. HEX triplet: 94, 0D and 40. RGB value is (148,13,64). Sum of RGB (Red+Green+Blue) = 148+13+64=225 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.78% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 148 - color contains mainly: red. Hex color #940D40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940D40 is #6BF2BF. Grayscale: #3B3B3B. Windows color (decimal): -7074496 or 4197780. OLE color: 4197780.
HSL color Cylindrical-coordinate representation of color #940D40: hue angle of 337.33º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940D40 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 13 | 64 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.42 |
| HSL | 337.33º | 0.84% | 0.32% | - |
| HSV(B) | 337.33º | 0.91% | 0.58% | - |
| XYZ | 13.28 | 6.95 | 5.49 | - |
| YUV | 59.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 64 | 0 | 0.91 | 0.57 | 0.42 | 337.33 | 0.84 | 0.32 |
| Hex | 94 | D | 40 | 0 | 5B | 39 | 2A | 151 | 54 | 20 |
| Octal | 224 | 15 | 100 | 0 | 133 | 71 | 52 | 521 | 124 | 40 |
| Binary | 10010100 | 1101 | 1000000 | 0 | 1011011 | 111001 | 101010 | 101010001 | 1010100 | 100000 |
Color Harmonies of #940D40
Complementary color
Monochromatic Colors of #940D40
Black with #940D40
Text Example
Text Example
White with #940D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940D40; }
p { color: rgb(148,13,64); }
H1.HeaderClassName
{
color: #940D40;
}
.AnyTagClassName
{
color: #940D40;
}
</style>
background-color css
<style>
a { background-color: #940D40; }
a { background-color: rgb(148,13,64); }
div.DivClassName
{
background-color: #940D40;
}
.BgClassName
{
background-color: #940D40;
}
</style>
border-color css
<style>
span { border-color: #940D40; }
span { border-color: rgb(148,13,64); }
td.TdClassName
{
border-color: #940D40;
}
.TagClassName
{
border-color: #940D40;
}
</style>