#913365

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

Shades of Lipstick #913365

Tints of Lipstick #913365

Color information

#913365 (or 0x913365) is unknown color: approx Lipstick. HEX triplet: 91, 33 and 65. RGB value is (145,51,101). Sum of RGB (Red+Green+Blue) = 145+51+101=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #913365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913365 is #6ECC9A. Grayscale: #545454. Windows color (decimal): -7261339 or 6632337. OLE color: 6632337.

HSL color Cylindrical-coordinate representation of color #913365: hue angle of 328.09º 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 #913365 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB14551101-
CMYK00.650.300.43
HSL328.09º47.96%38.43%-
HSV(B)328.09º64.83%56.86%-
XYZ15.219.3313.31-
YUV84.81137.14170.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.82%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 101 (39.84% from 255) = 34.01%
R=48.82%
G=17.17%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455110100.650.300.43328.0947.9638.43
Hex9133650411E2B1483026
Octal22163145010136535106046
Binary1001000111001111001010100000111110101011101001000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913365; }

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

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

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

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

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

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

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

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