Shades of Lipstick #94194C
Tints of Lipstick #94194C
RGB
CMYK
RGB Variations
Color information
#94194C (or 0x94194C) is known color: Lipstick. HEX triplet: 94, 19 and 4C. RGB value is (148,25,76). Sum of RGB (Red+Green+Blue) = 148+25+76=249 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.44% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 148 - color contains mainly: red. Hex color #94194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94194C is #6BE6B3. Grayscale: #434343. Windows color (decimal): -7071412 or 4987284. OLE color: 4987284.
HSL color Cylindrical-coordinate representation of color #94194C: hue angle of 335.12º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #94194C is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 25 | 76 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.42 |
| HSL | 335.12º | 0.71% | 0.34% | - |
| HSV(B) | 335.12º | 0.83% | 0.58% | - |
| XYZ | 13.86 | 7.51 | 7.56 | - |
| YUV | 67.59 | 132.75 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 25 | 76 | 0 | 0.83 | 0.49 | 0.42 | 335.12 | 0.71 | 0.34 |
| Hex | 94 | 19 | 4C | 0 | 53 | 31 | 2A | 14F | 47 | 22 |
| Octal | 224 | 31 | 114 | 0 | 123 | 61 | 52 | 517 | 107 | 42 |
| Binary | 10010100 | 11001 | 1001100 | 0 | 1010011 | 110001 | 101010 | 101001111 | 1000111 | 100010 |
Color Harmonies of #94194C
Complementary color
Monochromatic Colors of #94194C
Black with #94194C
Text Example
Text Example
White with #94194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94194C; }
p { color: rgb(148,25,76); }
H1.HeaderClassName
{
color: #94194C;
}
.AnyTagClassName
{
color: #94194C;
}
</style>
background-color css
<style>
a { background-color: #94194C; }
a { background-color: rgb(148,25,76); }
div.DivClassName
{
background-color: #94194C;
}
.BgClassName
{
background-color: #94194C;
}
</style>
border-color css
<style>
span { border-color: #94194C; }
span { border-color: rgb(148,25,76); }
td.TdClassName
{
border-color: #94194C;
}
.TagClassName
{
border-color: #94194C;
}
</style>