#981746

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

Shades of Lipstick #981746

Tints of Lipstick #981746

Color information

#981746 (or 0x981746) is unknown color: approx Lipstick. HEX triplet: 98, 17 and 46. RGB value is (152,23,70). Sum of RGB (Red+Green+Blue) = 152+23+70=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #981746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981746 is #67E8B9. Grayscale: #424242. Windows color (decimal): -6809786 or 4593560. OLE color: 4593560.

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

Color convert

RGB1522370-
CMYK00.850.540.40
HSL338.14º73.71%34.31%-
HSV(B)338.14º84.87%59.61%-
XYZ14.367.736.53-
YUV66.93129.74188.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.04%
GREEN value IS 23 (9.38% from 255) = 9.39%
BLUE value IS 70 (27.73% from 255) = 28.57%
R=62.04%
G=9.39%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152237000.850.540.40338.1473.7134.31
Hex98174605536281524a22
Octal230271060125665052211242
Binary10011000101111000110010101011101101010001010100101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981746; }

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

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

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

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

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

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

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

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