#982554

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

Shades of Lipstick #982554

Tints of Lipstick #982554

Color information

#982554 (or 0x982554) is unknown color: approx Lipstick. HEX triplet: 98, 25 and 54. RGB value is (152,37,84). Sum of RGB (Red+Green+Blue) = 152+37+84=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #982554 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982554 is #67DAAB. Grayscale: #4C4C4C. Windows color (decimal): -6806188 or 5514648. OLE color: 5514648.

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

Color convert

RGB1523784-
CMYK00.760.450.40
HSL335.48º60.85%37.06%-
HSV(B)335.48º75.66%59.61%-
XYZ15.218.649.25-
YUV76.74132.1181.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.68%
GREEN value IS 37 (14.84% from 255) = 13.55%
BLUE value IS 84 (33.20% from 255) = 30.77%
R=55.68%
G=13.55%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152378400.760.450.40335.4860.8537.06
Hex98255404C2D2814f3d25
Octal23045124011455505177545
Binary10011000100101101010001001100101101101000101001111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982554; }

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

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

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

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

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

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

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

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