#982C46

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

Shades of Lipstick #982C46

Tints of Lipstick #982C46

Color information

#982C46 (or 0x982C46) is unknown color: approx Lipstick. HEX triplet: 98, 2C and 46. RGB value is (152,44,70). Sum of RGB (Red+Green+Blue) = 152+44+70=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #982C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C46 is #67D3B9. Grayscale: #4F4F4F. Windows color (decimal): -6804410 or 4598936. OLE color: 4598936.

HSL color Cylindrical-coordinate representation of color #982C46: hue angle of 345.56º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #982C46 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB1524470-
CMYK00.710.540.40
HSL345.56º55.1%38.43%-
HSV(B)345.56º71.05%59.61%-
XYZ14.968.926.73-
YUV79.26122.78179.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.14%
GREEN value IS 44 (17.58% from 255) = 16.54%
BLUE value IS 70 (27.73% from 255) = 26.32%
R=57.14%
G=16.54%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152447000.710.540.40345.5655.138.43
Hex982C46047362815a3726
Octal23054106010766505326746
Binary10011000101100100011001000111110110101000101011010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982C46; }

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

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

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

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

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

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

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

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