#993350

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

Shades of Lipstick #993350

Tints of Lipstick #993350

Color information

#993350 (or 0x993350) is unknown color: approx Lipstick. HEX triplet: 99, 33 and 50. RGB value is (153,51,80). Sum of RGB (Red+Green+Blue) = 153+51+80=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #993350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993350 is #66CCAF. Grayscale: #545454. Windows color (decimal): -6737072 or 5256089. OLE color: 5256089.

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

Color convert

RGB1535180-
CMYK00.670.480.4
HSL342.94º50%40%-
HSV(B)342.94º66.67%60%-
XYZ15.779.728.63-
YUV84.8125.29176.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.87%
GREEN value IS 51 (20.31% from 255) = 17.96%
BLUE value IS 80 (31.64% from 255) = 28.17%
R=53.87%
G=17.96%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153518000.670.480.4342.945040
Hex99335004330281573228
Octal23163120010360505276250
Binary10011001110011101000001000011110000101000101010111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993350; }

 p { color: rgb(153,51,80); }

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

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

 a { background-color: rgb(153,51,80); }

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

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

 span { border-color: rgb(153,51,80); }

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