#99385D

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

Shades of Lipstick #99385D

Tints of Lipstick #99385D

Color information

#99385D (or 0x99385D) is unknown color: approx Lipstick. HEX triplet: 99, 38 and 5D. RGB value is (153,56,93). Sum of RGB (Red+Green+Blue) = 153+56+93=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #99385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99385D is #66C7A2. Grayscale: #595959. Windows color (decimal): -6735779 or 6109337. OLE color: 6109337.

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

Color convert

RGB1535693-
CMYK00.630.390.4
HSL337.11º46.41%40.98%-
HSV(B)337.11º63.4%60%-
XYZ16.5310.3911.49-
YUV89.22130.14173.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.66%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 93 (36.72% from 255) = 30.79%
R=50.66%
G=18.54%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153569300.630.390.4337.1146.4140.98
Hex99385D03F27281512e29
Octal2317013507747505215651
Binary1001100111100010111010111111100111101000101010001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99385D; }

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

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

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

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

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

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

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

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