#99385B

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

Shades of Lipstick #99385B

Tints of Lipstick #99385B

Color information

#99385B (or 0x99385B) is unknown color: approx Lipstick. HEX triplet: 99, 38 and 5B. RGB value is (153,56,91). Sum of RGB (Red+Green+Blue) = 153+56+91=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #99385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99385B is #66C7A4. Grayscale: #585858. Windows color (decimal): -6735781 or 5978265. OLE color: 5978265.

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

Color convert

RGB1535691-
CMYK00.630.410.4
HSL338.35º46.41%40.98%-
HSV(B)338.35º63.4%60%-
XYZ16.4410.3611.03-
YUV88.99129.14173.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51%
GREEN value IS 56 (22.27% from 255) = 18.67%
BLUE value IS 91 (35.94% from 255) = 30.33%
R=51%
G=18.67%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153569100.630.410.4338.3546.4140.98
Hex99385B03F29281522e29
Octal2317013307751505225651
Binary1001100111100010110110111111101001101000101010010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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