#913361

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

Shades of Lipstick #913361

Tints of Lipstick #913361

Color information

#913361 (or 0x913361) is unknown color: approx Lipstick. HEX triplet: 91, 33 and 61. RGB value is (145,51,97). Sum of RGB (Red+Green+Blue) = 145+51+97=293 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.49% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 145 - color contains mainly: red. Hex color #913361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913361 is #6ECC9E. Grayscale: #545454. Windows color (decimal): -7261343 or 6370193. OLE color: 6370193.

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

Color convert

RGB1455197-
CMYK00.650.330.43
HSL330.64º47.96%38.43%-
HSV(B)330.64º64.83%56.86%-
XYZ15.029.2512.3-
YUV84.35135.14171.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.49%
GREEN value IS 51 (20.31% from 255) = 17.41%
BLUE value IS 97 (38.28% from 255) = 33.11%
R=49.49%
G=17.41%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145519700.650.330.43330.6447.9638.43
Hex913361041212B14b3026
Octal22163141010141535136046
Binary10010001110011110000101000001100001101011101001011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913361; }

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

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

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

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

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

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

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

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