Shades of Lipstick #93174B
Tints of Lipstick #93174B
RGB
CMYK
RGB Variations
Color information
#93174B (or 0x93174B) is known color: Lipstick. HEX triplet: 93, 17 and 4B. RGB value is (147,23,75). Sum of RGB (Red+Green+Blue) = 147+23+75=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #93174B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93174B is #6CE8B4. Grayscale: #414141. Windows color (decimal): -7137461 or 4921235. OLE color: 4921235.
HSL color Cylindrical-coordinate representation of color #93174B: hue angle of 334.84º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93174B is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 23 | 75 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.42 |
| HSL | 334.84º | 0.73% | 0.33% | - |
| HSV(B) | 334.84º | 0.84% | 0.58% | - |
| XYZ | 13.61 | 7.32 | 7.35 | - |
| YUV | 66 | 133.08 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 23 | 75 | 0 | 0.84 | 0.49 | 0.42 | 334.84 | 0.73 | 0.33 |
| Hex | 93 | 17 | 4B | 0 | 54 | 31 | 2A | 14F | 49 | 21 |
| Octal | 223 | 27 | 113 | 0 | 124 | 61 | 52 | 517 | 111 | 41 |
| Binary | 10010011 | 10111 | 1001011 | 0 | 1010100 | 110001 | 101010 | 101001111 | 1001001 | 100001 |
Color Harmonies of #93174B
Complementary color
Monochromatic Colors of #93174B
Black with #93174B
Text Example
Text Example
White with #93174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93174B; }
p { color: rgb(147,23,75); }
H1.HeaderClassName
{
color: #93174B;
}
.AnyTagClassName
{
color: #93174B;
}
</style>
background-color css
<style>
a { background-color: #93174B; }
a { background-color: rgb(147,23,75); }
div.DivClassName
{
background-color: #93174B;
}
.BgClassName
{
background-color: #93174B;
}
</style>
border-color css
<style>
span { border-color: #93174B; }
span { border-color: rgb(147,23,75); }
td.TdClassName
{
border-color: #93174B;
}
.TagClassName
{
border-color: #93174B;
}
</style>