#983756

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

Shades of Lipstick #983756

Tints of Lipstick #983756

Color information

#983756 (or 0x983756) is unknown color: approx Lipstick. HEX triplet: 98, 37 and 56. RGB value is (152,55,86). Sum of RGB (Red+Green+Blue) = 152+55+86=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #983756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983756 is #67C8A9. Grayscale: #575757. Windows color (decimal): -6801578 or 5650328. OLE color: 5650328.

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

Color convert

RGB1525586-
CMYK00.640.430.40
HSL340.82º46.86%40.59%-
HSV(B)340.82º63.82%59.61%-
XYZ15.9910.089.91-
YUV87.54127.14173.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 55 (21.88% from 255) = 18.77%
BLUE value IS 86 (33.98% from 255) = 29.35%
R=51.88%
G=18.77%
B=29.35%

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
Decimal152558600.640.430.40340.8246.8640.59
Hex9837560402B281552f29
Octal23067126010053505255751
Binary10011000110111101011001000000101011101000101010101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983756; }

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

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

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

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

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

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

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

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