#983146

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

Shades of Lipstick #983146

Tints of Lipstick #983146

Color information

#983146 (or 0x983146) is unknown color: approx Lipstick. HEX triplet: 98, 31 and 46. RGB value is (152,49,70). Sum of RGB (Red+Green+Blue) = 152+49+70=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #983146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983146 is #67CEB9. Grayscale: #525252. Windows color (decimal): -6803130 or 4600216. OLE color: 4600216.

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

Color convert

RGB1524970-
CMYK00.680.540.40
HSL347.77º51.24%39.41%-
HSV(B)347.77º67.76%59.61%-
XYZ15.159.316.79-
YUV82.19121.12177.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.09%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 70 (27.73% from 255) = 25.83%
R=56.09%
G=18.08%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152497000.680.540.40347.7751.2439.41
Hex983146044362815c3327
Octal23061106010466505346347
Binary10011000110001100011001000100110110101000101011100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983146; }

 p { color: rgb(152,49,70); }

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

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

 a { background-color: rgb(152,49,70); }

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

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

 span { border-color: rgb(152,49,70); }

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