#982942

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

Shades of Lipstick #982942

Tints of Lipstick #982942

Color information

#982942 (or 0x982942) is unknown color: approx Lipstick. HEX triplet: 98, 29 and 42. RGB value is (152,41,66). Sum of RGB (Red+Green+Blue) = 152+41+66=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #982942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982942 is #67D6BD. Grayscale: #4D4D4D. Windows color (decimal): -6805182 or 4336024. OLE color: 4336024.

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

Color convert

RGB1524166-
CMYK00.730.570.40
HSL346.49º57.51%37.84%-
HSV(B)346.49º73.03%59.61%-
XYZ14.738.656.05-
YUV77.04121.77181.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.69%
GREEN value IS 41 (16.41% from 255) = 15.83%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=58.69%
G=15.83%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152416600.730.570.40346.4957.5137.84
Hex982942049392815a3a26
Octal23051102011171505327246
Binary10011000101001100001001001001111001101000101011010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982942; }

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

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

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

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

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

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

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

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