#983252

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

Shades of Lipstick #983252

Tints of Lipstick #983252

Color information

#983252 (or 0x983252) is unknown color: approx Lipstick. HEX triplet: 98, 32 and 52. RGB value is (152,50,82). Sum of RGB (Red+Green+Blue) = 152+50+82=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #983252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983252 is #67CDAD. Grayscale: #545454. Windows color (decimal): -6802862 or 5386904. OLE color: 5386904.

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

Color convert

RGB1525082-
CMYK00.670.460.40
HSL341.18º50.5%39.61%-
HSV(B)341.18º67.11%59.61%-
XYZ15.619.579.01-
YUV84.15126.79176.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.52%
GREEN value IS 50 (19.92% from 255) = 17.61%
BLUE value IS 82 (32.42% from 255) = 28.87%
R=53.52%
G=17.61%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152508200.670.460.40341.1850.539.61
Hex9832520432E281553228
Octal23062122010356505256250
Binary10011000110010101001001000011101110101000101010101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983252; }

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

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

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

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

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

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

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

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