Shades of Lipstick #983859
Tints of Lipstick #983859
RGB
CMYK
RGB Variations
Color information
#983859 (or 0x983859) is known color: Lipstick. HEX triplet: 98, 38 and 59. RGB value is (152,56,89). Sum of RGB (Red+Green+Blue) = 152+56+89=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #983859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983859 is #67C7A6. Grayscale: #585858. Windows color (decimal): -6801319 or 5847192. OLE color: 5847192.
HSL color Cylindrical-coordinate representation of color #983859: hue angle of 339.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #983859 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 56 | 89 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.40 |
| HSL | 339.38º | 0.46% | 0.41% | - |
| HSV(B) | 339.38º | 0.63% | 0.6% | - |
| XYZ | 16.17 | 10.23 | 10.57 | - |
| YUV | 88.47 | 128.3 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 89 | 0 | 0.63 | 0.41 | 0.40 | 339.38 | 0.46 | 0.41 |
| Hex | 98 | 38 | 59 | 0 | 3F | 29 | 28 | 153 | 2E | 29 |
| Octal | 230 | 70 | 131 | 0 | 77 | 51 | 50 | 523 | 56 | 51 |
| Binary | 10011000 | 111000 | 1011001 | 0 | 111111 | 101001 | 101000 | 101010011 | 101110 | 101001 |
Color Harmonies of #983859
Complementary color
Monochromatic Colors of #983859
Black with #983859
Text Example
Text Example
White with #983859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983859; }
p { color: rgb(152,56,89); }
H1.HeaderClassName
{
color: #983859;
}
.AnyTagClassName
{
color: #983859;
}
</style>
background-color css
<style>
a { background-color: #983859; }
a { background-color: rgb(152,56,89); }
div.DivClassName
{
background-color: #983859;
}
.BgClassName
{
background-color: #983859;
}
</style>
border-color css
<style>
span { border-color: #983859; }
span { border-color: rgb(152,56,89); }
td.TdClassName
{
border-color: #983859;
}
.TagClassName
{
border-color: #983859;
}
</style>