Shades of Lipstick #94315E
Tints of Lipstick #94315E
RGB
CMYK
RGB Variations
Color information
#94315E (or 0x94315E) is known color: Lipstick. HEX triplet: 94, 31 and 5E. RGB value is (148,49,94). Sum of RGB (Red+Green+Blue) = 148+49+94=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #94315E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94315E is #6BCEA1. Grayscale: #535353. Windows color (decimal): -7065250 or 6173076. OLE color: 6173076.
HSL color Cylindrical-coordinate representation of color #94315E: hue angle of 332.73º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #94315E is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 49 | 94 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.42 |
| HSL | 332.73º | 0.5% | 0.39% | - |
| HSV(B) | 332.73º | 0.67% | 0.58% | - |
| XYZ | 15.33 | 9.3 | 11.58 | - |
| YUV | 83.73 | 133.8 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 49 | 94 | 0 | 0.67 | 0.36 | 0.42 | 332.73 | 0.5 | 0.39 |
| Hex | 94 | 31 | 5E | 0 | 43 | 24 | 2A | 14D | 32 | 27 |
| Octal | 224 | 61 | 136 | 0 | 103 | 44 | 52 | 515 | 62 | 47 |
| Binary | 10010100 | 110001 | 1011110 | 0 | 1000011 | 100100 | 101010 | 101001101 | 110010 | 100111 |
Color Harmonies of #94315E
Complementary color
Monochromatic Colors of #94315E
Black with #94315E
Text Example
Text Example
White with #94315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94315E; }
p { color: rgb(148,49,94); }
H1.HeaderClassName
{
color: #94315E;
}
.AnyTagClassName
{
color: #94315E;
}
</style>
background-color css
<style>
a { background-color: #94315E; }
a { background-color: rgb(148,49,94); }
div.DivClassName
{
background-color: #94315E;
}
.BgClassName
{
background-color: #94315E;
}
</style>
border-color css
<style>
span { border-color: #94315E; }
span { border-color: rgb(148,49,94); }
td.TdClassName
{
border-color: #94315E;
}
.TagClassName
{
border-color: #94315E;
}
</style>