#993859

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

Shades of Lipstick #993859

Tints of Lipstick #993859

Color information

#993859 (or 0x993859) is unknown color: approx Lipstick. HEX triplet: 99, 38 and 59. RGB value is (153,56,89). Sum of RGB (Red+Green+Blue) = 153+56+89=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #993859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993859 is #66C7A6. Grayscale: #585858. Windows color (decimal): -6735783 or 5847193. OLE color: 5847193.

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

Color convert

RGB1535689-
CMYK00.630.420.4
HSL339.59º46.41%40.98%-
HSV(B)339.59º63.4%60%-
XYZ16.3510.3210.58-
YUV88.76128.14173.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.34%
GREEN value IS 56 (22.27% from 255) = 18.79%
BLUE value IS 89 (35.16% from 255) = 29.87%
R=51.34%
G=18.79%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153568900.630.420.4339.5946.4140.98
Hex99385903F2A281542e29
Octal2317013107752505245651
Binary1001100111100010110010111111101010101000101010100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993859; }

 p { color: rgb(153,56,89); }

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

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

 a { background-color: rgb(153,56,89); }

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

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

 span { border-color: rgb(153,56,89); }

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