#993262

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

Shades of Lipstick #993262

Tints of Lipstick #993262

Color information

#993262 (or 0x993262) is unknown color: approx Lipstick. HEX triplet: 99, 32 and 62. RGB value is (153,50,98). Sum of RGB (Red+Green+Blue) = 153+50+98=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #993262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993262 is #66CD9D. Grayscale: #565656. Windows color (decimal): -6737310 or 6435481. OLE color: 6435481.

HSL color Cylindrical-coordinate representation of color #993262: hue angle of 332.04º 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 #993262 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB1535098-
CMYK00.670.360.4
HSL332.04º50.74%39.8%-
HSV(B)332.04º67.32%60%-
XYZ16.489.9412.6-
YUV86.27134.62175.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 50 (19.92% from 255) = 16.61%
BLUE value IS 98 (38.67% from 255) = 32.56%
R=50.83%
G=16.61%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153509800.670.360.4332.0450.7439.8
Hex993262043242814c3328
Octal23162142010344505146350
Binary10011001110010110001001000011100100101000101001100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993262; }

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

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

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

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

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

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

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

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