Shades of Lipstick #94284D
Tints of Lipstick #94284D
RGB
CMYK
RGB Variations
Color information
#94284D (or 0x94284D) is known color: Lipstick. HEX triplet: 94, 28 and 4D. RGB value is (148,40,77). Sum of RGB (Red+Green+Blue) = 148+40+77=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #94284D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94284D is #6BD7B2. Grayscale: #4C4C4C. Windows color (decimal): -7067571 or 5056660. OLE color: 5056660.
HSL color Cylindrical-coordinate representation of color #94284D: hue angle of 339.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94284D is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 40 | 77 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.42 |
| HSL | 339.44º | 0.57% | 0.37% | - |
| HSV(B) | 339.44º | 0.73% | 0.58% | - |
| XYZ | 14.31 | 8.35 | 7.88 | - |
| YUV | 76.51 | 128.28 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 40 | 77 | 0 | 0.73 | 0.48 | 0.42 | 339.44 | 0.57 | 0.37 |
| Hex | 94 | 28 | 4D | 0 | 49 | 30 | 2A | 153 | 39 | 25 |
| Octal | 224 | 50 | 115 | 0 | 111 | 60 | 52 | 523 | 71 | 45 |
| Binary | 10010100 | 101000 | 1001101 | 0 | 1001001 | 110000 | 101010 | 101010011 | 111001 | 100101 |
Color Harmonies of #94284D
Complementary color
Monochromatic Colors of #94284D
Black with #94284D
Text Example
Text Example
White with #94284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94284D; }
p { color: rgb(148,40,77); }
H1.HeaderClassName
{
color: #94284D;
}
.AnyTagClassName
{
color: #94284D;
}
</style>
background-color css
<style>
a { background-color: #94284D; }
a { background-color: rgb(148,40,77); }
div.DivClassName
{
background-color: #94284D;
}
.BgClassName
{
background-color: #94284D;
}
</style>
border-color css
<style>
span { border-color: #94284D; }
span { border-color: rgb(148,40,77); }
td.TdClassName
{
border-color: #94284D;
}
.TagClassName
{
border-color: #94284D;
}
</style>