Shades of Lipstick #983152
Tints of Lipstick #983152
RGB
CMYK
RGB Variations
Color information
#983152 (or 0x983152) is known color: Lipstick. HEX triplet: 98, 31 and 52. RGB value is (152,49,82). Sum of RGB (Red+Green+Blue) = 152+49+82=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #983152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983152 is #67CEAD. Grayscale: #535353. Windows color (decimal): -6803118 or 5386648. OLE color: 5386648.
HSL color Cylindrical-coordinate representation of color #983152: hue angle of 340.78º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983152 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 49 | 82 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.40 |
| HSL | 340.78º | 0.51% | 0.39% | - |
| HSV(B) | 340.78º | 0.68% | 0.6% | - |
| XYZ | 15.57 | 9.48 | 8.99 | - |
| YUV | 83.56 | 127.12 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 82 | 0 | 0.68 | 0.46 | 0.40 | 340.78 | 0.51 | 0.39 |
| Hex | 98 | 31 | 52 | 0 | 44 | 2E | 28 | 155 | 33 | 27 |
| Octal | 230 | 61 | 122 | 0 | 104 | 56 | 50 | 525 | 63 | 47 |
| Binary | 10011000 | 110001 | 1010010 | 0 | 1000100 | 101110 | 101000 | 101010101 | 110011 | 100111 |
Color Harmonies of #983152
Complementary color
Monochromatic Colors of #983152
Black with #983152
Text Example
Text Example
White with #983152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983152; }
p { color: rgb(152,49,82); }
H1.HeaderClassName
{
color: #983152;
}
.AnyTagClassName
{
color: #983152;
}
</style>
background-color css
<style>
a { background-color: #983152; }
a { background-color: rgb(152,49,82); }
div.DivClassName
{
background-color: #983152;
}
.BgClassName
{
background-color: #983152;
}
</style>
border-color css
<style>
span { border-color: #983152; }
span { border-color: rgb(152,49,82); }
td.TdClassName
{
border-color: #983152;
}
.TagClassName
{
border-color: #983152;
}
</style>