#913B5A

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

Shades of Lipstick #913B5A

Tints of Lipstick #913B5A

Color information

#913B5A (or 0x913B5A) is unknown color: approx Lipstick. HEX triplet: 91, 3B and 5A. RGB value is (145,59,90). Sum of RGB (Red+Green+Blue) = 145+59+90=294 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.32% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 145 - color contains mainly: red. Hex color #913B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913B5A is #6EC4A5. Grayscale: #585858. Windows color (decimal): -7259302 or 5913489. OLE color: 5913489.

HSL color Cylindrical-coordinate representation of color #913B5A: hue angle of 338.37º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #913B5A is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB1455990-
CMYK00.590.380.43
HSL338.37º42.16%40%-
HSV(B)338.37º59.31%56.86%-
XYZ15.099.8910.79-
YUV88.25128.99168.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.32%
GREEN value IS 59 (23.44% from 255) = 20.07%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=49.32%
G=20.07%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145599000.590.380.43338.3742.1640
Hex913B5A03B262B1522a28
Octal2217313207346535225250
Binary1001000111101110110100111011100110101011101010010101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913B5A; }

 p { color: rgb(145,59,90); }

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

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

 a { background-color: rgb(145,59,90); }

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

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

 span { border-color: rgb(145,59,90); }

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