#913363

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

Shades of Lipstick #913363

Tints of Lipstick #913363

Color information

#913363 (or 0x913363) is unknown color: approx Lipstick. HEX triplet: 91, 33 and 63. RGB value is (145,51,99). Sum of RGB (Red+Green+Blue) = 145+51+99=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #913363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913363 is #6ECC9C. Grayscale: #545454. Windows color (decimal): -7261341 or 6501265. OLE color: 6501265.

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

Color convert

RGB1455199-
CMYK00.650.320.43
HSL329.36º47.96%38.43%-
HSV(B)329.36º64.83%56.86%-
XYZ15.119.2912.8-
YUV84.58136.14171.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.15%
GREEN value IS 51 (20.31% from 255) = 17.29%
BLUE value IS 99 (39.06% from 255) = 33.56%
R=49.15%
G=17.29%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145519900.650.320.43329.3647.9638.43
Hex913363041202B1493026
Octal22163143010140535116046
Binary10010001110011110001101000001100000101011101001001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913363; }

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

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

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

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

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

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

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

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