#983757

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

Shades of Lipstick #983757

Tints of Lipstick #983757

Color information

#983757 (or 0x983757) is unknown color: approx Lipstick. HEX triplet: 98, 37 and 57. RGB value is (152,55,87). Sum of RGB (Red+Green+Blue) = 152+55+87=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #983757 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983757 is #67C8A8. Grayscale: #575757. Windows color (decimal): -6801577 or 5715864. OLE color: 5715864.

HSL color Cylindrical-coordinate representation of color #983757: hue angle of 340.21º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #983757 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB1525587-
CMYK00.640.430.40
HSL340.21º46.86%40.59%-
HSV(B)340.21º63.82%59.61%-
XYZ16.0410.110.12-
YUV87.65127.64173.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.70%
GREEN value IS 55 (21.88% from 255) = 18.71%
BLUE value IS 87 (34.38% from 255) = 29.59%
R=51.70%
G=18.71%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152558700.640.430.40340.2146.8640.59
Hex9837570402B281542f29
Octal23067127010053505245751
Binary10011000110111101011101000000101011101000101010100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983757; }

 p { color: rgb(152,55,87); }

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

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

 a { background-color: rgb(152,55,87); }

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

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

 span { border-color: rgb(152,55,87); }

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