#983254

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

Shades of Lipstick #983254

Tints of Lipstick #983254

Color information

#983254 (or 0x983254) is unknown color: approx Lipstick. HEX triplet: 98, 32 and 54. RGB value is (152,50,84). Sum of RGB (Red+Green+Blue) = 152+50+84=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #983254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983254 is #67CDAB. Grayscale: #545454. Windows color (decimal): -6802860 or 5517976. OLE color: 5517976.

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

Color convert

RGB1525084-
CMYK00.670.450.40
HSL340º50.5%39.61%-
HSV(B)340º67.11%59.61%-
XYZ15.699.69.41-
YUV84.37127.79176.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.15%
GREEN value IS 50 (19.92% from 255) = 17.48%
BLUE value IS 84 (33.20% from 255) = 29.37%
R=53.15%
G=17.48%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152508400.670.450.4034050.539.61
Hex9832540432D281543228
Octal23062124010355505246250
Binary10011000110010101010001000011101101101000101010100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983254; }

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

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

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

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

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

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

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

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