Shades of Lipstick #94284C
Tints of Lipstick #94284C
RGB
CMYK
RGB Variations
Color information
#94284C (or 0x94284C) is known color: Lipstick. HEX triplet: 94, 28 and 4C. RGB value is (148,40,76). Sum of RGB (Red+Green+Blue) = 148+40+76=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #94284C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94284C is #6BD7B3. Grayscale: #4C4C4C. Windows color (decimal): -7067572 or 4991124. OLE color: 4991124.
HSL color Cylindrical-coordinate representation of color #94284C: hue angle of 340º 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 #94284C is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 40 | 76 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.42 |
| HSL | 340º | 0.57% | 0.37% | - |
| HSV(B) | 340º | 0.73% | 0.58% | - |
| XYZ | 14.28 | 8.34 | 7.69 | - |
| YUV | 76.4 | 127.78 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 40 | 76 | 0 | 0.73 | 0.49 | 0.42 | 340 | 0.57 | 0.37 |
| Hex | 94 | 28 | 4C | 0 | 49 | 31 | 2A | 154 | 39 | 25 |
| Octal | 224 | 50 | 114 | 0 | 111 | 61 | 52 | 524 | 71 | 45 |
| Binary | 10010100 | 101000 | 1001100 | 0 | 1001001 | 110001 | 101010 | 101010100 | 111001 | 100101 |
Color Harmonies of #94284C
Complementary color
Monochromatic Colors of #94284C
Black with #94284C
Text Example
Text Example
White with #94284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94284C; }
p { color: rgb(148,40,76); }
H1.HeaderClassName
{
color: #94284C;
}
.AnyTagClassName
{
color: #94284C;
}
</style>
background-color css
<style>
a { background-color: #94284C; }
a { background-color: rgb(148,40,76); }
div.DivClassName
{
background-color: #94284C;
}
.BgClassName
{
background-color: #94284C;
}
</style>
border-color css
<style>
span { border-color: #94284C; }
span { border-color: rgb(148,40,76); }
td.TdClassName
{
border-color: #94284C;
}
.TagClassName
{
border-color: #94284C;
}
</style>