#983554

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

Shades of Lipstick #983554

Tints of Lipstick #983554

Color information

#983554 (or 0x983554) is unknown color: approx Lipstick. HEX triplet: 98, 35 and 54. RGB value is (152,53,84). Sum of RGB (Red+Green+Blue) = 152+53+84=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #983554 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983554 is #67CAAB. Grayscale: #565656. Windows color (decimal): -6802092 or 5518744. OLE color: 5518744.

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

Color convert

RGB1525384-
CMYK00.650.450.40
HSL341.21º48.29%40.2%-
HSV(B)341.21º65.13%59.61%-
XYZ15.829.869.46-
YUV86.14126.8174.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.60%
GREEN value IS 53 (21.09% from 255) = 18.34%
BLUE value IS 84 (33.20% from 255) = 29.07%
R=52.60%
G=18.34%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152538400.650.450.40341.2148.2940.2
Hex9835540412D281553028
Octal23065124010155505256050
Binary10011000110101101010001000001101101101000101010101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983554; }

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

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

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

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

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

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

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

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