Shades of Lipstick #941D4B
Tints of Lipstick #941D4B
RGB
CMYK
RGB Variations
Color information
#941D4B (or 0x941D4B) is known color: Lipstick. HEX triplet: 94, 1D and 4B. RGB value is (148,29,75). Sum of RGB (Red+Green+Blue) = 148+29+75=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #941D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #941D4B is #6BE2B4. Grayscale: #454545. Windows color (decimal): -7070389 or 4922772. OLE color: 4922772.
HSL color Cylindrical-coordinate representation of color #941D4B: hue angle of 336.81º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #941D4B is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 29 | 75 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.42 |
| HSL | 336.81º | 0.67% | 0.35% | - |
| HSV(B) | 336.81º | 0.8% | 0.58% | - |
| XYZ | 13.92 | 7.68 | 7.41 | - |
| YUV | 69.83 | 130.92 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 29 | 75 | 0 | 0.80 | 0.49 | 0.42 | 336.81 | 0.67 | 0.35 |
| Hex | 94 | 1D | 4B | 0 | 50 | 31 | 2A | 151 | 43 | 23 |
| Octal | 224 | 35 | 113 | 0 | 120 | 61 | 52 | 521 | 103 | 43 |
| Binary | 10010100 | 11101 | 1001011 | 0 | 1010000 | 110001 | 101010 | 101010001 | 1000011 | 100011 |
Color Harmonies of #941D4B
Complementary color
Monochromatic Colors of #941D4B
Black with #941D4B
Text Example
Text Example
White with #941D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941D4B; }
p { color: rgb(148,29,75); }
H1.HeaderClassName
{
color: #941D4B;
}
.AnyTagClassName
{
color: #941D4B;
}
</style>
background-color css
<style>
a { background-color: #941D4B; }
a { background-color: rgb(148,29,75); }
div.DivClassName
{
background-color: #941D4B;
}
.BgClassName
{
background-color: #941D4B;
}
</style>
border-color css
<style>
span { border-color: #941D4B; }
span { border-color: rgb(148,29,75); }
td.TdClassName
{
border-color: #941D4B;
}
.TagClassName
{
border-color: #941D4B;
}
</style>