#983047

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

Shades of Lipstick #983047

Tints of Lipstick #983047

Color information

#983047 (or 0x983047) is unknown color: approx Lipstick. HEX triplet: 98, 30 and 47. RGB value is (152,48,71). Sum of RGB (Red+Green+Blue) = 152+48+71=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #983047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983047 is #67CFB8. Grayscale: #515151. Windows color (decimal): -6803385 or 4665496. OLE color: 4665496.

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

Color convert

RGB1524871-
CMYK00.680.530.40
HSL346.73º52%39.22%-
HSV(B)346.73º68.42%59.61%-
XYZ15.149.246.95-
YUV81.72121.96178.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.09%
GREEN value IS 48 (19.14% from 255) = 17.71%
BLUE value IS 71 (28.12% from 255) = 26.20%
R=56.09%
G=17.71%
B=26.20%

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
Decimal152487100.680.530.40346.735239.22
Hex983047044352815b3427
Octal23060107010465505336447
Binary10011000110000100011101000100110101101000101011011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983047; }

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

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

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

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

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

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

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

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