Shades of Lipstick #93374F
Tints of Lipstick #93374F
RGB
CMYK
RGB Variations
Color information
#93374F (or 0x93374F) is known color: Lipstick. HEX triplet: 93, 37 and 4F. RGB value is (147,55,79). Sum of RGB (Red+Green+Blue) = 147+55+79=281 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.31% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 147 - color contains mainly: red. Hex color #93374F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93374F is #6CC8B0. Grayscale: #555555. Windows color (decimal): -7129265 or 5191571. OLE color: 5191571.
HSL color Cylindrical-coordinate representation of color #93374F: hue angle of 344.35º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93374F is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 55 | 79 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.42 |
| HSL | 344.35º | 0.46% | 0.4% | - |
| HSV(B) | 344.35º | 0.63% | 0.58% | - |
| XYZ | 14.81 | 9.5 | 8.45 | - |
| YUV | 85.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 55 | 79 | 0 | 0.63 | 0.46 | 0.42 | 344.35 | 0.46 | 0.4 |
| Hex | 93 | 37 | 4F | 0 | 3F | 2E | 2A | 158 | 2E | 28 |
| Octal | 223 | 67 | 117 | 0 | 77 | 56 | 52 | 530 | 56 | 50 |
| Binary | 10010011 | 110111 | 1001111 | 0 | 111111 | 101110 | 101010 | 101011000 | 101110 | 101000 |
Color Harmonies of #93374F
Complementary color
Monochromatic Colors of #93374F
Black with #93374F
Text Example
Text Example
White with #93374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93374F; }
p { color: rgb(147,55,79); }
H1.HeaderClassName
{
color: #93374F;
}
.AnyTagClassName
{
color: #93374F;
}
</style>
background-color css
<style>
a { background-color: #93374F; }
a { background-color: rgb(147,55,79); }
div.DivClassName
{
background-color: #93374F;
}
.BgClassName
{
background-color: #93374F;
}
</style>
border-color css
<style>
span { border-color: #93374F; }
span { border-color: rgb(147,55,79); }
td.TdClassName
{
border-color: #93374F;
}
.TagClassName
{
border-color: #93374F;
}
</style>