#981A40

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

Shades of Lipstick #981A40

Tints of Lipstick #981A40

Color information

#981A40 (or 0x981A40) is unknown color: approx Lipstick. HEX triplet: 98, 1A and 40. RGB value is (152,26,64). Sum of RGB (Red+Green+Blue) = 152+26+64=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #981A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981A40 is #67E5BF. Grayscale: #434343. Windows color (decimal): -6809024 or 4201112. OLE color: 4201112.

HSL color Cylindrical-coordinate representation of color #981A40: hue angle of 341.9º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #981A40 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB1522664-
CMYK00.830.580.40
HSL341.9º70.79%34.9%-
HSV(B)341.9º82.89%59.61%-
XYZ14.247.785.6-
YUV68.01125.74187.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.81%
GREEN value IS 26 (10.55% from 255) = 10.74%
BLUE value IS 64 (25.39% from 255) = 26.45%
R=62.81%
G=10.74%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152266400.830.580.40341.970.7934.9
Hex981A400533A281564723
Octal230321000123725052610743
Binary10011000110101000000010100111110101010001010101101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981A40; }

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

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

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

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

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

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

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

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