#981340

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

Shades of Lipstick #981340

Tints of Lipstick #981340

Color information

#981340 (or 0x981340) is unknown color: approx Lipstick. HEX triplet: 98, 13 and 40. RGB value is (152,19,64). Sum of RGB (Red+Green+Blue) = 152+19+64=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #981340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981340 is #67ECBF. Grayscale: #3F3F3F. Windows color (decimal): -6810816 or 4199320. OLE color: 4199320.

HSL color Cylindrical-coordinate representation of color #981340: hue angle of 339.7º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981340 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB1521964-
CMYK00.870.580.40
HSL339.7º77.78%33.53%-
HSV(B)339.7º87.5%59.61%-
XYZ14.117.515.56-
YUV63.9128.06190.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.68%
GREEN value IS 19 (7.81% from 255) = 8.09%
BLUE value IS 64 (25.39% from 255) = 27.23%
R=64.68%
G=8.09%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152196400.870.580.40339.777.7833.53
Hex9813400573A281544e22
Octal230231000127725052411642
Binary10011000100111000000010101111110101010001010101001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981340; }

 p { color: rgb(152,19,64); }

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

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

 a { background-color: rgb(152,19,64); }

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

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

 span { border-color: rgb(152,19,64); }

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