Shades of Lipstick #94274C
Tints of Lipstick #94274C
RGB
CMYK
RGB Variations
Color information
#94274C (or 0x94274C) is known color: Lipstick. HEX triplet: 94, 27 and 4C. RGB value is (148,39,76). Sum of RGB (Red+Green+Blue) = 148+39+76=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #94274C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94274C is #6BD8B3. Grayscale: #4B4B4B. Windows color (decimal): -7067828 or 4990868. OLE color: 4990868.
HSL color Cylindrical-coordinate representation of color #94274C: hue angle of 339.63º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #94274C is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 39 | 76 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.42 |
| HSL | 339.63º | 0.58% | 0.37% | - |
| HSV(B) | 339.63º | 0.74% | 0.58% | - |
| XYZ | 14.24 | 8.27 | 7.68 | - |
| YUV | 75.81 | 128.11 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 39 | 76 | 0 | 0.74 | 0.49 | 0.42 | 339.63 | 0.58 | 0.37 |
| Hex | 94 | 27 | 4C | 0 | 4A | 31 | 2A | 154 | 3A | 25 |
| Octal | 224 | 47 | 114 | 0 | 112 | 61 | 52 | 524 | 72 | 45 |
| Binary | 10010100 | 100111 | 1001100 | 0 | 1001010 | 110001 | 101010 | 101010100 | 111010 | 100101 |
Color Harmonies of #94274C
Complementary color
Monochromatic Colors of #94274C
Black with #94274C
Text Example
Text Example
White with #94274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94274C; }
p { color: rgb(148,39,76); }
H1.HeaderClassName
{
color: #94274C;
}
.AnyTagClassName
{
color: #94274C;
}
</style>
background-color css
<style>
a { background-color: #94274C; }
a { background-color: rgb(148,39,76); }
div.DivClassName
{
background-color: #94274C;
}
.BgClassName
{
background-color: #94274C;
}
</style>
border-color css
<style>
span { border-color: #94274C; }
span { border-color: rgb(148,39,76); }
td.TdClassName
{
border-color: #94274C;
}
.TagClassName
{
border-color: #94274C;
}
</style>