#981246

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

Shades of Lipstick #981246

Tints of Lipstick #981246

Color information

#981246 (or 0x981246) is unknown color: approx Lipstick. HEX triplet: 98, 12 and 46. RGB value is (152,18,70). Sum of RGB (Red+Green+Blue) = 152+18+70=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #981246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981246 is #67EDB9. Grayscale: #3F3F3F. Windows color (decimal): -6811066 or 4592280. OLE color: 4592280.

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

Color convert

RGB1521870-
CMYK00.880.540.40
HSL336.72º78.82%33.33%-
HSV(B)336.72º88.16%59.61%-
XYZ14.277.556.5-
YUV63.99131.39190.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.33%
GREEN value IS 18 (7.42% from 255) = 7.5%
BLUE value IS 70 (27.73% from 255) = 29.17%
R=63.33%
G=7.5%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152187000.880.540.40336.7278.8233.33
Hex98124605836281514f21
Octal230221060130665052111741
Binary10011000100101000110010110001101101010001010100011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981246; }

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

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

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

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

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

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

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

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