#982146

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

Shades of Lipstick #982146

Tints of Lipstick #982146

Color information

#982146 (or 0x982146) is unknown color: approx Lipstick. HEX triplet: 98, 21 and 46. RGB value is (152,33,70). Sum of RGB (Red+Green+Blue) = 152+33+70=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #982146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982146 is #67DEB9. Grayscale: #484848. Windows color (decimal): -6807226 or 4596120. OLE color: 4596120.

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

Color convert

RGB1523370-
CMYK00.780.540.40
HSL341.34º64.32%36.27%-
HSV(B)341.34º78.29%59.61%-
XYZ14.68.216.61-
YUV72.8126.42184.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.61%
GREEN value IS 33 (13.28% from 255) = 12.94%
BLUE value IS 70 (27.73% from 255) = 27.45%
R=59.61%
G=12.94%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152337000.780.540.40341.3464.3236.27
Hex98214604E36281554024
Octal230411060116665052510044
Binary100110001000011000110010011101101101010001010101011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982146; }

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

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

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

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

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

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

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

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