#982C48

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

Shades of Lipstick #982C48

Tints of Lipstick #982C48

Color information

#982C48 (or 0x982C48) is unknown color: approx Lipstick. HEX triplet: 98, 2C and 48. RGB value is (152,44,72). Sum of RGB (Red+Green+Blue) = 152+44+72=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #982C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C48 is #67D3B7. Grayscale: #4F4F4F. Windows color (decimal): -6804408 or 4730008. OLE color: 4730008.

HSL color Cylindrical-coordinate representation of color #982C48: hue angle of 344.44º 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 #982C48 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB1524472-
CMYK00.710.530.40
HSL344.44º55.1%38.43%-
HSV(B)344.44º71.05%59.61%-
XYZ15.028.947.07-
YUV79.48123.78179.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.72%
GREEN value IS 44 (17.58% from 255) = 16.42%
BLUE value IS 72 (28.52% from 255) = 26.87%
R=56.72%
G=16.42%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152447200.710.530.40344.4455.138.43
Hex982C4804735281583726
Octal23054110010765505306746
Binary10011000101100100100001000111110101101000101011000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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