#99365A

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

Shades of Lipstick #99365A

Tints of Lipstick #99365A

Color information

#99365A (or 0x99365A) is unknown color: approx Lipstick. HEX triplet: 99, 36 and 5A. RGB value is (153,54,90). Sum of RGB (Red+Green+Blue) = 153+54+90=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99365A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99365A is #66C9A5. Grayscale: #575757. Windows color (decimal): -6736294 or 5912217. OLE color: 5912217.

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

Color convert

RGB1535490-
CMYK00.650.410.4
HSL338.18º47.83%40.59%-
HSV(B)338.18º64.71%60%-
XYZ16.310.1510.77-
YUV87.7129.3174.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.52%
GREEN value IS 54 (21.48% from 255) = 18.18%
BLUE value IS 90 (35.55% from 255) = 30.30%
R=51.52%
G=18.18%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153549000.650.410.4338.1847.8340.59
Hex99365A04129281523029
Octal23166132010151505226051
Binary10011001110110101101001000001101001101000101010010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99365A; }

 p { color: rgb(153,54,90); }

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

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

 a { background-color: rgb(153,54,90); }

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

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

 span { border-color: rgb(153,54,90); }

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