#982546

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

Shades of Lipstick #982546

Tints of Lipstick #982546

Color information

#982546 (or 0x982546) is unknown color: approx Lipstick. HEX triplet: 98, 25 and 46. RGB value is (152,37,70). Sum of RGB (Red+Green+Blue) = 152+37+70=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #982546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982546 is #67DAB9. Grayscale: #4B4B4B. Windows color (decimal): -6806202 or 4597144. OLE color: 4597144.

HSL color Cylindrical-coordinate representation of color #982546: hue angle of 342.78º 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 #982546 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB1523770-
CMYK00.760.540.40
HSL342.78º60.85%37.06%-
HSV(B)342.78º75.66%59.61%-
XYZ14.728.446.65-
YUV75.15125.1182.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.69%
GREEN value IS 37 (14.84% from 255) = 14.29%
BLUE value IS 70 (27.73% from 255) = 27.03%
R=58.69%
G=14.29%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152377000.760.540.40342.7860.8537.06
Hex98254604C36281573d25
Octal23045106011466505277545
Binary10011000100101100011001001100110110101000101010111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982546; }

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

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

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

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

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

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

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

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