#981640

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

Shades of Lipstick #981640

Tints of Lipstick #981640

Color information

#981640 (or 0x981640) is unknown color: approx Lipstick. HEX triplet: 98, 16 and 40. RGB value is (152,22,64). Sum of RGB (Red+Green+Blue) = 152+22+64=238 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.87% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 152 - color contains mainly: red. Hex color #981640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981640 is #67E9BF. Grayscale: #414141. Windows color (decimal): -6810048 or 4200088. OLE color: 4200088.

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

Color convert

RGB1522264-
CMYK00.860.580.40
HSL340.62º74.71%34.12%-
HSV(B)340.62º85.53%59.61%-
XYZ14.167.625.57-
YUV65.66127.07189.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.87%
GREEN value IS 22 (8.98% from 255) = 9.24%
BLUE value IS 64 (25.39% from 255) = 26.89%
R=63.87%
G=9.24%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152226400.860.580.40340.6274.7134.12
Hex9816400563A281554b22
Octal230261000126725052511342
Binary10011000101101000000010101101110101010001010101011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981640; }

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

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

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

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

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

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

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

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