Shades of Lipstick #983258
Tints of Lipstick #983258
RGB
CMYK
RGB Variations
Color information
#983258 (or 0x983258) is known color: Lipstick. HEX triplet: 98, 32 and 58. RGB value is (152,50,88). Sum of RGB (Red+Green+Blue) = 152+50+88=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #983258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983258 is #67CDA7. Grayscale: #545454. Windows color (decimal): -6802856 or 5780120. OLE color: 5780120.
HSL color Cylindrical-coordinate representation of color #983258: hue angle of 337.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #983258 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 88 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.40 |
| HSL | 337.65º | 0.5% | 0.4% | - |
| HSV(B) | 337.65º | 0.67% | 0.6% | - |
| XYZ | 15.85 | 9.66 | 10.26 | - |
| YUV | 84.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 88 | 0 | 0.67 | 0.42 | 0.40 | 337.65 | 0.5 | 0.4 |
| Hex | 98 | 32 | 58 | 0 | 43 | 2A | 28 | 152 | 32 | 28 |
| Octal | 230 | 62 | 130 | 0 | 103 | 52 | 50 | 522 | 62 | 50 |
| Binary | 10011000 | 110010 | 1011000 | 0 | 1000011 | 101010 | 101000 | 101010010 | 110010 | 101000 |
Color Harmonies of #983258
Complementary color
Monochromatic Colors of #983258
Black with #983258
Text Example
Text Example
White with #983258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983258; }
p { color: rgb(152,50,88); }
H1.HeaderClassName
{
color: #983258;
}
.AnyTagClassName
{
color: #983258;
}
</style>
background-color css
<style>
a { background-color: #983258; }
a { background-color: rgb(152,50,88); }
div.DivClassName
{
background-color: #983258;
}
.BgClassName
{
background-color: #983258;
}
</style>
border-color css
<style>
span { border-color: #983258; }
span { border-color: rgb(152,50,88); }
td.TdClassName
{
border-color: #983258;
}
.TagClassName
{
border-color: #983258;
}
</style>