#983048

Color #983048 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #983048

Tints of Lipstick #983048

Color information

#983048 (or 0x983048) is unknown color: approx Lipstick. HEX triplet: 98, 30 and 48. RGB value is (152,48,72). Sum of RGB (Red+Green+Blue) = 152+48+72=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #983048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983048 is #67CFB7. Grayscale: #515151. Windows color (decimal): -6803384 or 4731032. OLE color: 4731032.

HSL color Cylindrical-coordinate representation of color #983048: hue angle of 346.15º degrees, saturation: 0.52, 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 #983048 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB1524872-
CMYK00.680.530.40
HSL346.15º52%39.22%-
HSV(B)346.15º68.42%59.61%-
XYZ15.189.267.12-
YUV81.83122.46178.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 55.88%
GREEN value IS 48 (19.14% from 255) = 17.65%
BLUE value IS 72 (28.52% from 255) = 26.47%
R=55.88%
G=17.65%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152487200.680.530.40346.155239.22
Hex983048044352815a3427
Octal23060110010465505326447
Binary10011000110000100100001000100110101101000101011010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983048; }

 p { color: rgb(152,48,72); }

 H1.HeaderClassName
 {
   color: #983048;
 }
 .AnyTagClassName
 {
   color: #983048;
 }
</style>
background-color css

<style>
 a { background-color: #983048; }

 a { background-color: rgb(152,48,72); }

 div.DivClassName
 {
   background-color: #983048;
 }
 .BgClassName
 {
   background-color: #983048;
 }
</style>
border-color css

<style>
 span { border-color: #983048; }

 span { border-color: rgb(152,48,72); }

 td.TdClassName
 {
   border-color: #983048;
 }
 .TagClassName
 {
   border-color: #983048;
 }
</style>