#981442

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

Shades of Lipstick #981442

Tints of Lipstick #981442

Color information

#981442 (or 0x981442) is unknown color: approx Lipstick. HEX triplet: 98, 14 and 42. RGB value is (152,20,66). Sum of RGB (Red+Green+Blue) = 152+20+66=238 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.87% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 152 - color contains mainly: red. Hex color #981442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981442 is #67EBBD. Grayscale: #404040. Windows color (decimal): -6810558 or 4330648. OLE color: 4330648.

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

Color convert

RGB1522066-
CMYK00.870.570.40
HSL339.09º76.74%33.73%-
HSV(B)339.09º86.84%59.61%-
XYZ14.187.575.87-
YUV64.71128.73190.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.87%
GREEN value IS 20 (8.20% from 255) = 8.40%
BLUE value IS 66 (26.17% from 255) = 27.73%
R=63.87%
G=8.40%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152206600.870.570.40339.0976.7433.73
Hex98144205739281534d22
Octal230241020127715052311542
Binary10011000101001000010010101111110011010001010100111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981442; }

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

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

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

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

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

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

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

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