#982547

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

Shades of Lipstick #982547

Tints of Lipstick #982547

Color information

#982547 (or 0x982547) is unknown color: approx Lipstick. HEX triplet: 98, 25 and 47. RGB value is (152,37,71). Sum of RGB (Red+Green+Blue) = 152+37+71=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #982547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982547 is #67DAB8. Grayscale: #4B4B4B. Windows color (decimal): -6806201 or 4662680. OLE color: 4662680.

HSL color Cylindrical-coordinate representation of color #982547: hue angle of 342.26º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982547 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB1523771-
CMYK00.760.530.40
HSL342.26º60.85%37.06%-
HSV(B)342.26º75.66%59.61%-
XYZ14.758.456.82-
YUV75.26125.6182.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.46%
GREEN value IS 37 (14.84% from 255) = 14.23%
BLUE value IS 71 (28.12% from 255) = 27.31%
R=58.46%
G=14.23%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152377100.760.530.40342.2660.8537.06
Hex98254704C35281563d25
Octal23045107011465505267545
Binary10011000100101100011101001100110101101000101010110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982547; }

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

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

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

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

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

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

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

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