Shades of Lipstick #93144B
Tints of Lipstick #93144B
RGB
CMYK
RGB Variations
Color information
#93144B (or 0x93144B) is known color: Lipstick. HEX triplet: 93, 14 and 4B. RGB value is (147,20,75). Sum of RGB (Red+Green+Blue) = 147+20+75=242 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.74% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 147 - color contains mainly: red. Hex color #93144B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93144B is #6CEBB4. Grayscale: #404040. Windows color (decimal): -7138229 or 4920467. OLE color: 4920467.
HSL color Cylindrical-coordinate representation of color #93144B: hue angle of 334.02º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #93144B is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 20 | 75 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.42 |
| HSL | 334.02º | 0.76% | 0.33% | - |
| HSV(B) | 334.02º | 0.86% | 0.58% | - |
| XYZ | 13.55 | 7.21 | 7.33 | - |
| YUV | 64.24 | 134.08 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 75 | 0 | 0.86 | 0.49 | 0.42 | 334.02 | 0.76 | 0.33 |
| Hex | 93 | 14 | 4B | 0 | 56 | 31 | 2A | 14E | 4C | 21 |
| Octal | 223 | 24 | 113 | 0 | 126 | 61 | 52 | 516 | 114 | 41 |
| Binary | 10010011 | 10100 | 1001011 | 0 | 1010110 | 110001 | 101010 | 101001110 | 1001100 | 100001 |
Color Harmonies of #93144B
Complementary color
Monochromatic Colors of #93144B
Black with #93144B
Text Example
Text Example
White with #93144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93144B; }
p { color: rgb(147,20,75); }
H1.HeaderClassName
{
color: #93144B;
}
.AnyTagClassName
{
color: #93144B;
}
</style>
background-color css
<style>
a { background-color: #93144B; }
a { background-color: rgb(147,20,75); }
div.DivClassName
{
background-color: #93144B;
}
.BgClassName
{
background-color: #93144B;
}
</style>
border-color css
<style>
span { border-color: #93144B; }
span { border-color: rgb(147,20,75); }
td.TdClassName
{
border-color: #93144B;
}
.TagClassName
{
border-color: #93144B;
}
</style>