#982D47

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

Shades of Lipstick #982D47

Tints of Lipstick #982D47

Color information

#982D47 (or 0x982D47) is unknown color: approx Lipstick. HEX triplet: 98, 2D and 47. RGB value is (152,45,71). Sum of RGB (Red+Green+Blue) = 152+45+71=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #982D47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982D47 is #67D2B8. Grayscale: #4F4F4F. Windows color (decimal): -6804153 or 4664728. OLE color: 4664728.

HSL color Cylindrical-coordinate representation of color #982D47: hue angle of 345.42º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #982D47 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB1524571-
CMYK00.700.530.40
HSL345.42º54.31%38.63%-
HSV(B)345.42º70.39%59.61%-
XYZ15.029.016.91-
YUV79.96122.95179.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.72%
GREEN value IS 45 (17.97% from 255) = 16.79%
BLUE value IS 71 (28.12% from 255) = 26.49%
R=56.72%
G=16.79%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152457100.700.530.40345.4254.3138.63
Hex982D4704635281593627
Octal23055107010665505316647
Binary10011000101101100011101000110110101101000101011001110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,45,71); }

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

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

 a { background-color: rgb(152,45,71); }

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

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

 span { border-color: rgb(152,45,71); }

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