Shades of Lipstick #93376B
Tints of Lipstick #93376B
RGB
CMYK
RGB Variations
Color information
#93376B (or 0x93376B) is known color: Lipstick. HEX triplet: 93, 37 and 6B. RGB value is (147,55,107). Sum of RGB (Red+Green+Blue) = 147+55+107=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #93376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93376B is #6CC894. Grayscale: #585858. Windows color (decimal): -7129237 or 7026579. OLE color: 7026579.
HSL color Cylindrical-coordinate representation of color #93376B: hue angle of 326.09º 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 #93376B is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 55 | 107 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.42 |
| HSL | 326.09º | 0.46% | 0.4% | - |
| HSV(B) | 326.09º | 0.63% | 0.58% | - |
| XYZ | 16.05 | 10 | 14.99 | - |
| YUV | 88.44 | 138.48 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 55 | 107 | 0 | 0.63 | 0.27 | 0.42 | 326.09 | 0.46 | 0.4 |
| Hex | 93 | 37 | 6B | 0 | 3F | 1B | 2A | 146 | 2E | 28 |
| Octal | 223 | 67 | 153 | 0 | 77 | 33 | 52 | 506 | 56 | 50 |
| Binary | 10010011 | 110111 | 1101011 | 0 | 111111 | 11011 | 101010 | 101000110 | 101110 | 101000 |
Color Harmonies of #93376B
Complementary color
Monochromatic Colors of #93376B
Black with #93376B
Text Example
Text Example
White with #93376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93376B; }
p { color: rgb(147,55,107); }
H1.HeaderClassName
{
color: #93376B;
}
.AnyTagClassName
{
color: #93376B;
}
</style>
background-color css
<style>
a { background-color: #93376B; }
a { background-color: rgb(147,55,107); }
div.DivClassName
{
background-color: #93376B;
}
.BgClassName
{
background-color: #93376B;
}
</style>
border-color css
<style>
span { border-color: #93376B; }
span { border-color: rgb(147,55,107); }
td.TdClassName
{
border-color: #93376B;
}
.TagClassName
{
border-color: #93376B;
}
</style>