#983558

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

Shades of Lipstick #983558

Tints of Lipstick #983558

Color information

#983558 (or 0x983558) is unknown color: approx Lipstick. HEX triplet: 98, 35 and 58. RGB value is (152,53,88). Sum of RGB (Red+Green+Blue) = 152+53+88=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #983558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983558 is #67CAA7. Grayscale: #565656. Windows color (decimal): -6802088 or 5780888. OLE color: 5780888.

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

Color convert

RGB1525388-
CMYK00.650.420.40
HSL338.79º48.29%40.2%-
HSV(B)338.79º65.13%59.61%-
XYZ15.989.9310.31-
YUV86.59128.8174.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 53 (21.09% from 255) = 18.09%
BLUE value IS 88 (34.77% from 255) = 30.03%
R=51.88%
G=18.09%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152538800.650.420.40338.7948.2940.2
Hex9835580412A281533028
Octal23065130010152505236050
Binary10011000110101101100001000001101010101000101010011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983558; }

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

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

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

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

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

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

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

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