#99355C

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

Shades of Lipstick #99355C

Tints of Lipstick #99355C

Color information

#99355C (or 0x99355C) is unknown color: approx Lipstick. HEX triplet: 99, 35 and 5C. RGB value is (153,53,92). Sum of RGB (Red+Green+Blue) = 153+53+92=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99355C is #66CAA3. Grayscale: #575757. Windows color (decimal): -6736548 or 6043033. OLE color: 6043033.

HSL color Cylindrical-coordinate representation of color #99355C: hue angle of 336.6º degrees, saturation: 0.49, 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 #99355C is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB1535392-
CMYK00.650.400.4
HSL336.6º48.54%40.39%-
HSV(B)336.6º65.36%60%-
XYZ16.3410.0911.21-
YUV87.35130.63174.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.34%
GREEN value IS 53 (21.09% from 255) = 17.79%
BLUE value IS 92 (36.33% from 255) = 30.87%
R=51.34%
G=17.79%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153539200.650.400.4336.648.5440.39
Hex99355C04128281513128
Octal23165134010150505216150
Binary10011001110101101110001000001101000101000101010001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99355C; }

 p { color: rgb(153,53,92); }

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

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

 a { background-color: rgb(153,53,92); }

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

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

 span { border-color: rgb(153,53,92); }

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