#981449

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

Shades of Lipstick #981449

Tints of Lipstick #981449

Color information

#981449 (or 0x981449) is unknown color: approx Lipstick. HEX triplet: 98, 14 and 49. RGB value is (152,20,73). Sum of RGB (Red+Green+Blue) = 152+20+73=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #981449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981449 is #67EBB6. Grayscale: #414141. Windows color (decimal): -6810551 or 4789400. OLE color: 4789400.

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

Color convert

RGB1522073-
CMYK00.870.520.40
HSL335.91º76.74%33.73%-
HSV(B)335.91º86.84%59.61%-
XYZ14.47.667.02-
YUV65.51132.23189.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.04%
GREEN value IS 20 (8.20% from 255) = 8.16%
BLUE value IS 73 (28.91% from 255) = 29.80%
R=62.04%
G=8.16%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152207300.870.520.40335.9176.7433.73
Hex98144905734281504d22
Octal230241110127645052011542
Binary10011000101001001001010101111101001010001010100001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981449; }

 p { color: rgb(152,20,73); }

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

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

 a { background-color: rgb(152,20,73); }

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

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

 span { border-color: rgb(152,20,73); }

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