#913963

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

Shades of Lipstick #913963

Tints of Lipstick #913963

Color information

#913963 (or 0x913963) is unknown color: approx Lipstick. HEX triplet: 91, 39 and 63. RGB value is (145,57,99). Sum of RGB (Red+Green+Blue) = 145+57+99=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #913963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913963 is #6EC69C. Grayscale: #585858. Windows color (decimal): -7259805 or 6502801. OLE color: 6502801.

HSL color Cylindrical-coordinate representation of color #913963: hue angle of 331.36º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #913963 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB1455799-
CMYK00.610.320.43
HSL331.36º43.56%39.61%-
HSV(B)331.36º60.69%56.86%-
XYZ15.399.8512.89-
YUV88.1134.15168.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.17%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 99 (39.06% from 255) = 32.89%
R=48.17%
G=18.94%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145579900.610.320.43331.3643.5639.61
Hex91396303D202B14b2c28
Octal2217114307540535135450
Binary1001000111100111000110111101100000101011101001011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913963; }

 p { color: rgb(145,57,99); }

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

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

 a { background-color: rgb(145,57,99); }

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

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

 span { border-color: rgb(145,57,99); }

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