#993861

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

Shades of Lipstick #993861

Tints of Lipstick #993861

Color information

#993861 (or 0x993861) is unknown color: approx Lipstick. HEX triplet: 99, 38 and 61. RGB value is (153,56,97). Sum of RGB (Red+Green+Blue) = 153+56+97=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #993861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993861 is #66C79E. Grayscale: #595959. Windows color (decimal): -6735775 or 6371481. OLE color: 6371481.

HSL color Cylindrical-coordinate representation of color #993861: hue angle of 334.64º 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 #993861 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB1535697-
CMYK00.630.370.4
HSL334.64º46.41%40.98%-
HSV(B)334.64º63.4%60%-
XYZ16.7110.4612.45-
YUV89.68132.14173.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 56 (22.27% from 255) = 18.30%
BLUE value IS 97 (38.28% from 255) = 31.70%
R=50%
G=18.30%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153569700.630.370.4334.6446.4140.98
Hex99386103F252814f2e29
Octal2317014107745505175651
Binary1001100111100011000010111111100101101000101001111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993861; }

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

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

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

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

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

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

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

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