Shades of Lipstick #98174D
Tints of Lipstick #98174D
RGB
CMYK
RGB Variations
Color information
#98174D (or 0x98174D) is known color: Lipstick. HEX triplet: 98, 17 and 4D. RGB value is (152,23,77). Sum of RGB (Red+Green+Blue) = 152+23+77=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #98174D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98174D is #67E8B2. Grayscale: #434343. Windows color (decimal): -6809779 or 5052312. OLE color: 5052312.
HSL color Cylindrical-coordinate representation of color #98174D: hue angle of 334.88º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98174D is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 77 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.40 |
| HSL | 334.88º | 0.74% | 0.34% | - |
| HSV(B) | 334.88º | 0.85% | 0.6% | - |
| XYZ | 14.59 | 7.82 | 7.76 | - |
| YUV | 67.73 | 133.24 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 77 | 0 | 0.85 | 0.49 | 0.40 | 334.88 | 0.74 | 0.34 |
| Hex | 98 | 17 | 4D | 0 | 55 | 31 | 28 | 14F | 4A | 22 |
| Octal | 230 | 27 | 115 | 0 | 125 | 61 | 50 | 517 | 112 | 42 |
| Binary | 10011000 | 10111 | 1001101 | 0 | 1010101 | 110001 | 101000 | 101001111 | 1001010 | 100010 |
Color Harmonies of #98174D
Complementary color
Monochromatic Colors of #98174D
Black with #98174D
Text Example
Text Example
White with #98174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98174D; }
p { color: rgb(152,23,77); }
H1.HeaderClassName
{
color: #98174D;
}
.AnyTagClassName
{
color: #98174D;
}
</style>
background-color css
<style>
a { background-color: #98174D; }
a { background-color: rgb(152,23,77); }
div.DivClassName
{
background-color: #98174D;
}
.BgClassName
{
background-color: #98174D;
}
</style>
border-color css
<style>
span { border-color: #98174D; }
span { border-color: rgb(152,23,77); }
td.TdClassName
{
border-color: #98174D;
}
.TagClassName
{
border-color: #98174D;
}
</style>