#91366D

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

Shades of Lipstick #91366D

Tints of Lipstick #91366D

Color information

#91366D (or 0x91366D) is unknown color: approx Lipstick. HEX triplet: 91, 36 and 6D. RGB value is (145,54,109). Sum of RGB (Red+Green+Blue) = 145+54+109=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #91366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91366D is #6EC992. Grayscale: #575757. Windows color (decimal): -7260563 or 7157393. OLE color: 7157393.

HSL color Cylindrical-coordinate representation of color #91366D: hue angle of 323.74º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #91366D is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14554109-
CMYK00.630.250.43
HSL323.74º45.73%39.02%-
HSV(B)323.74º62.76%56.86%-
XYZ15.769.7615.52-
YUV87.48140.15169.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.08%
GREEN value IS 54 (21.48% from 255) = 17.53%
BLUE value IS 109 (42.97% from 255) = 35.39%
R=47.08%
G=17.53%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455410900.630.250.43323.7445.7339.02
Hex91366D03F192B1442e27
Octal2216615507731535045647
Binary100100011101101101101011111111001101011101000100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91366D; }

 p { color: rgb(145,54,109); }

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

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

 a { background-color: rgb(145,54,109); }

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

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

 span { border-color: rgb(145,54,109); }

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