Shades of Lipstick #941C4E
Tints of Lipstick #941C4E
RGB
CMYK
RGB Variations
Color information
#941C4E (or 0x941C4E) is known color: Lipstick. HEX triplet: 94, 1C and 4E. RGB value is (148,28,78). Sum of RGB (Red+Green+Blue) = 148+28+78=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #941C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941C4E is #6BE3B1. Grayscale: #454545. Windows color (decimal): -7070642 or 5119124. OLE color: 5119124.
HSL color Cylindrical-coordinate representation of color #941C4E: hue angle of 335º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #941C4E is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 28 | 78 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.42 |
| HSL | 335º | 0.68% | 0.35% | - |
| HSV(B) | 335º | 0.81% | 0.58% | - |
| XYZ | 14 | 7.68 | 7.95 | - |
| YUV | 69.58 | 132.76 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 28 | 78 | 0 | 0.81 | 0.47 | 0.42 | 335 | 0.68 | 0.35 |
| Hex | 94 | 1C | 4E | 0 | 51 | 2F | 2A | 14F | 44 | 23 |
| Octal | 224 | 34 | 116 | 0 | 121 | 57 | 52 | 517 | 104 | 43 |
| Binary | 10010100 | 11100 | 1001110 | 0 | 1010001 | 101111 | 101010 | 101001111 | 1000100 | 100011 |
Color Harmonies of #941C4E
Complementary color
Monochromatic Colors of #941C4E
Black with #941C4E
Text Example
Text Example
White with #941C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941C4E; }
p { color: rgb(148,28,78); }
H1.HeaderClassName
{
color: #941C4E;
}
.AnyTagClassName
{
color: #941C4E;
}
</style>
background-color css
<style>
a { background-color: #941C4E; }
a { background-color: rgb(148,28,78); }
div.DivClassName
{
background-color: #941C4E;
}
.BgClassName
{
background-color: #941C4E;
}
</style>
border-color css
<style>
span { border-color: #941C4E; }
span { border-color: rgb(148,28,78); }
td.TdClassName
{
border-color: #941C4E;
}
.TagClassName
{
border-color: #941C4E;
}
</style>