Shades of Lipstick #94265C
Tints of Lipstick #94265C
RGB
CMYK
RGB Variations
Color information
#94265C (or 0x94265C) is known color: Lipstick. HEX triplet: 94, 26 and 5C. RGB value is (148,38,92). Sum of RGB (Red+Green+Blue) = 148+38+92=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #94265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94265C is #6BD9A3. Grayscale: #4C4C4C. Windows color (decimal): -7068068 or 6039188. OLE color: 6039188.
HSL color Cylindrical-coordinate representation of color #94265C: hue angle of 330.55º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #94265C is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 38 | 92 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.42 |
| HSL | 330.55º | 0.59% | 0.36% | - |
| HSV(B) | 330.55º | 0.74% | 0.58% | - |
| XYZ | 14.84 | 8.45 | 10.98 | - |
| YUV | 77.05 | 136.44 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 92 | 0 | 0.74 | 0.38 | 0.42 | 330.55 | 0.59 | 0.36 |
| Hex | 94 | 26 | 5C | 0 | 4A | 26 | 2A | 14B | 3B | 24 |
| Octal | 224 | 46 | 134 | 0 | 112 | 46 | 52 | 513 | 73 | 44 |
| Binary | 10010100 | 100110 | 1011100 | 0 | 1001010 | 100110 | 101010 | 101001011 | 111011 | 100100 |
Color Harmonies of #94265C
Complementary color
Monochromatic Colors of #94265C
Black with #94265C
Text Example
Text Example
White with #94265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94265C; }
p { color: rgb(148,38,92); }
H1.HeaderClassName
{
color: #94265C;
}
.AnyTagClassName
{
color: #94265C;
}
</style>
background-color css
<style>
a { background-color: #94265C; }
a { background-color: rgb(148,38,92); }
div.DivClassName
{
background-color: #94265C;
}
.BgClassName
{
background-color: #94265C;
}
</style>
border-color css
<style>
span { border-color: #94265C; }
span { border-color: rgb(148,38,92); }
td.TdClassName
{
border-color: #94265C;
}
.TagClassName
{
border-color: #94265C;
}
</style>