Shades of Lipstick #98264C
Tints of Lipstick #98264C
RGB
CMYK
RGB Variations
Color information
#98264C (or 0x98264C) is known color: Lipstick. HEX triplet: 98, 26 and 4C. RGB value is (152,38,76). Sum of RGB (Red+Green+Blue) = 152+38+76=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #98264C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98264C is #67D9B3. Grayscale: #4C4C4C. Windows color (decimal): -6805940 or 4990616. OLE color: 4990616.
HSL color Cylindrical-coordinate representation of color #98264C: hue angle of 340º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #98264C is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 38 | 76 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.40 |
| HSL | 340º | 0.6% | 0.37% | - |
| HSV(B) | 340º | 0.75% | 0.6% | - |
| XYZ | 14.95 | 8.58 | 7.71 | - |
| YUV | 76.42 | 127.77 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 38 | 76 | 0 | 0.75 | 0.50 | 0.40 | 340 | 0.6 | 0.37 |
| Hex | 98 | 26 | 4C | 0 | 4B | 32 | 28 | 154 | 3C | 25 |
| Octal | 230 | 46 | 114 | 0 | 113 | 62 | 50 | 524 | 74 | 45 |
| Binary | 10011000 | 100110 | 1001100 | 0 | 1001011 | 110010 | 101000 | 101010100 | 111100 | 100101 |
Color Harmonies of #98264C
Complementary color
Monochromatic Colors of #98264C
Black with #98264C
Text Example
Text Example
White with #98264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98264C; }
p { color: rgb(152,38,76); }
H1.HeaderClassName
{
color: #98264C;
}
.AnyTagClassName
{
color: #98264C;
}
</style>
background-color css
<style>
a { background-color: #98264C; }
a { background-color: rgb(152,38,76); }
div.DivClassName
{
background-color: #98264C;
}
.BgClassName
{
background-color: #98264C;
}
</style>
border-color css
<style>
span { border-color: #98264C; }
span { border-color: rgb(152,38,76); }
td.TdClassName
{
border-color: #98264C;
}
.TagClassName
{
border-color: #98264C;
}
</style>