#993263

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

Shades of Lipstick #993263

Tints of Lipstick #993263

Color information

#993263 (or 0x993263) is unknown color: approx Lipstick. HEX triplet: 99, 32 and 63. RGB value is (153,50,99). Sum of RGB (Red+Green+Blue) = 153+50+99=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #993263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993263 is #66CD9C. Grayscale: #565656. Windows color (decimal): -6737309 or 6501017. OLE color: 6501017.

HSL color Cylindrical-coordinate representation of color #993263: hue angle of 331.46º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993263 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB1535099-
CMYK00.670.350.4
HSL331.46º50.74%39.8%-
HSV(B)331.46º67.32%60%-
XYZ16.539.9512.85-
YUV86.38135.12175.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.66%
GREEN value IS 50 (19.92% from 255) = 16.56%
BLUE value IS 99 (39.06% from 255) = 32.78%
R=50.66%
G=16.56%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153509900.670.350.4331.4650.7439.8
Hex993263043232814b3328
Octal23162143010343505136350
Binary10011001110010110001101000011100011101000101001011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993263; }

 p { color: rgb(153,50,99); }

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

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

 a { background-color: rgb(153,50,99); }

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

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

 span { border-color: rgb(153,50,99); }

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