#91376C

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

Shades of Lipstick #91376C

Tints of Lipstick #91376C

Color information

#91376C (or 0x91376C) is unknown color: approx Lipstick. HEX triplet: 91, 37 and 6C. RGB value is (145,55,108). Sum of RGB (Red+Green+Blue) = 145+55+108=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #91376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91376C is #6EC893. Grayscale: #575757. Windows color (decimal): -7260308 or 7092113. OLE color: 7092113.

HSL color Cylindrical-coordinate representation of color #91376C: hue angle of 324.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 #91376C is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB14555108-
CMYK00.620.260.43
HSL324.67º45%39.22%-
HSV(B)324.67º62.07%56.86%-
XYZ15.759.8315.26-
YUV87.95139.32168.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.08%
GREEN value IS 55 (21.88% from 255) = 17.86%
BLUE value IS 108 (42.58% from 255) = 35.06%
R=47.08%
G=17.86%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1455510800.620.260.43324.674539.22
Hex91376C03E1A2B1452d27
Octal2216715407632535055547
Binary100100011101111101100011111011010101011101000101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91376C; }

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

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

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

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

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

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

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

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