#91375A

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

Shades of Lipstick #91375A

Tints of Lipstick #91375A

Color information

#91375A (or 0x91375A) is unknown color: approx Lipstick. HEX triplet: 91, 37 and 5A. RGB value is (145,55,90). Sum of RGB (Red+Green+Blue) = 145+55+90=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 145 - color contains mainly: red. Hex color #91375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91375A is #6EC8A5. Grayscale: #555555. Windows color (decimal): -7260326 or 5912465. OLE color: 5912465.

HSL color Cylindrical-coordinate representation of color #91375A: hue angle of 336.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #91375A is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB1455590-
CMYK00.620.380.43
HSL336.67º45%39.22%-
HSV(B)336.67º62.07%56.86%-
XYZ14.899.4910.72-
YUV85.9130.32170.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50%
GREEN value IS 55 (21.88% from 255) = 18.97%
BLUE value IS 90 (35.55% from 255) = 31.03%
R=50%
G=18.97%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145559000.620.380.43336.674539.22
Hex91375A03E262B1512d27
Octal2216713207646535215547
Binary1001000111011110110100111110100110101011101010001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91375A; }

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

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

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

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

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

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

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

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