#982461

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

Shades of Lipstick #982461

Tints of Lipstick #982461

Color information

#982461 (or 0x982461) is unknown color: approx Lipstick. HEX triplet: 98, 24 and 61. RGB value is (152,36,97). Sum of RGB (Red+Green+Blue) = 152+36+97=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #982461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982461 is #67DB9E. Grayscale: #4D4D4D. Windows color (decimal): -6806431 or 6366360. OLE color: 6366360.

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

Color convert

RGB1523697-
CMYK00.760.360.40
HSL328.45º61.7%36.86%-
HSV(B)328.45º76.32%59.61%-
XYZ15.748.812.18-
YUV77.64138.93181.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.33%
GREEN value IS 36 (14.45% from 255) = 12.63%
BLUE value IS 97 (38.28% from 255) = 34.04%
R=53.33%
G=12.63%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152369700.760.360.40328.4561.736.86
Hex98246104C24281483e25
Octal23044141011444505107645
Binary10011000100100110000101001100100100101000101001000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982461; }

 p { color: rgb(152,36,97); }

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

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

 a { background-color: rgb(152,36,97); }

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

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

 span { border-color: rgb(152,36,97); }

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