#99375F

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

Shades of Lipstick #99375F

Tints of Lipstick #99375F

Color information

#99375F (or 0x99375F) is unknown color: approx Lipstick. HEX triplet: 99, 37 and 5F. RGB value is (153,55,95). Sum of RGB (Red+Green+Blue) = 153+55+95=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #99375F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99375F is #66C8A0. Grayscale: #585858. Windows color (decimal): -6736033 or 6240153. OLE color: 6240153.

HSL color Cylindrical-coordinate representation of color #99375F: hue angle of 335.51º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99375F is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB1535595-
CMYK00.640.380.4
HSL335.51º47.12%40.78%-
HSV(B)335.51º64.05%60%-
XYZ16.5710.3311.95-
YUV88.86131.47173.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.50%
GREEN value IS 55 (21.88% from 255) = 18.15%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=50.50%
G=18.15%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153559500.640.380.4335.5147.1240.78
Hex99375F04026281502f29
Octal23167137010046505205751
Binary10011001110111101111101000000100110101000101010000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99375F; }

 p { color: rgb(153,55,95); }

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

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

 a { background-color: rgb(153,55,95); }

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

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

 span { border-color: rgb(153,55,95); }

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