Shades of Lipstick #983456
Tints of Lipstick #983456
RGB
CMYK
RGB Variations
Color information
#983456 (or 0x983456) is known color: Lipstick. HEX triplet: 98, 34 and 56. RGB value is (152,52,86). Sum of RGB (Red+Green+Blue) = 152+52+86=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #983456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983456 is #67CBA9. Grayscale: #555555. Windows color (decimal): -6802346 or 5649560. OLE color: 5649560.
HSL color Cylindrical-coordinate representation of color #983456: hue angle of 339.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983456 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 52 | 86 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.40 |
| HSL | 339.6º | 0.49% | 0.4% | - |
| HSV(B) | 339.6º | 0.66% | 0.6% | - |
| XYZ | 15.86 | 9.8 | 9.86 | - |
| YUV | 85.78 | 128.13 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 52 | 86 | 0 | 0.66 | 0.43 | 0.40 | 339.6 | 0.49 | 0.4 |
| Hex | 98 | 34 | 56 | 0 | 42 | 2B | 28 | 154 | 31 | 28 |
| Octal | 230 | 64 | 126 | 0 | 102 | 53 | 50 | 524 | 61 | 50 |
| Binary | 10011000 | 110100 | 1010110 | 0 | 1000010 | 101011 | 101000 | 101010100 | 110001 | 101000 |
Color Harmonies of #983456
Complementary color
Monochromatic Colors of #983456
Black with #983456
Text Example
Text Example
White with #983456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983456; }
p { color: rgb(152,52,86); }
H1.HeaderClassName
{
color: #983456;
}
.AnyTagClassName
{
color: #983456;
}
</style>
background-color css
<style>
a { background-color: #983456; }
a { background-color: rgb(152,52,86); }
div.DivClassName
{
background-color: #983456;
}
.BgClassName
{
background-color: #983456;
}
</style>
border-color css
<style>
span { border-color: #983456; }
span { border-color: rgb(152,52,86); }
td.TdClassName
{
border-color: #983456;
}
.TagClassName
{
border-color: #983456;
}
</style>