#983255

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

Shades of Lipstick #983255

Tints of Lipstick #983255

Color information

#983255 (or 0x983255) is unknown color: approx Lipstick. HEX triplet: 98, 32 and 55. RGB value is (152,50,85). Sum of RGB (Red+Green+Blue) = 152+50+85=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #983255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983255 is #67CDAA. Grayscale: #545454. Windows color (decimal): -6802859 or 5583512. OLE color: 5583512.

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

Color convert

RGB1525085-
CMYK00.670.440.40
HSL339.41º50.5%39.61%-
HSV(B)339.41º67.11%59.61%-
XYZ15.739.619.62-
YUV84.49128.29176.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.96%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 85 (33.59% from 255) = 29.62%
R=52.96%
G=17.42%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152508500.670.440.40339.4150.539.61
Hex9832550432C281533228
Octal23062125010354505236250
Binary10011000110010101010101000011101100101000101010011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983255; }

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

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

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

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

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

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

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

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