#981642

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

Shades of Lipstick #981642

Tints of Lipstick #981642

Color information

#981642 (or 0x981642) is unknown color: approx Lipstick. HEX triplet: 98, 16 and 42. RGB value is (152,22,66). Sum of RGB (Red+Green+Blue) = 152+22+66=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #981642 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981642 is #67E9BD. Grayscale: #414141. Windows color (decimal): -6810046 or 4331160. OLE color: 4331160.

HSL color Cylindrical-coordinate representation of color #981642: hue angle of 339.69º 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 #981642 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB1522266-
CMYK00.860.570.40
HSL339.69º74.71%34.12%-
HSV(B)339.69º85.53%59.61%-
XYZ14.227.645.88-
YUV65.89128.07189.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.33%
GREEN value IS 22 (8.98% from 255) = 9.17%
BLUE value IS 66 (26.17% from 255) = 27.5%
R=63.33%
G=9.17%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152226600.860.570.40339.6974.7134.12
Hex98164205639281544b22
Octal230261020126715052411342
Binary10011000101101000010010101101110011010001010101001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981642; }

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

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

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

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

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

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

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

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