#982652

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

Shades of Lipstick #982652

Tints of Lipstick #982652

Color information

#982652 (or 0x982652) is unknown color: approx Lipstick. HEX triplet: 98, 26 and 52. RGB value is (152,38,82). Sum of RGB (Red+Green+Blue) = 152+38+82=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #982652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982652 is #67D9AD. Grayscale: #4D4D4D. Windows color (decimal): -6805934 or 5383832. OLE color: 5383832.

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

Color convert

RGB1523882-
CMYK00.750.460.40
HSL336.84º60%37.25%-
HSV(B)336.84º75%59.61%-
XYZ15.168.678.86-
YUV77.1130.77181.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.88%
GREEN value IS 38 (15.23% from 255) = 13.97%
BLUE value IS 82 (32.42% from 255) = 30.15%
R=55.88%
G=13.97%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152388200.750.460.40336.846037.25
Hex98265204B2E281513c25
Octal23046122011356505217445
Binary10011000100110101001001001011101110101000101010001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982652; }

 p { color: rgb(152,38,82); }

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

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

 a { background-color: rgb(152,38,82); }

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

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

 span { border-color: rgb(152,38,82); }

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