#913758

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

Shades of Lipstick #913758

Tints of Lipstick #913758

Color information

#913758 (or 0x913758) is unknown color: approx Lipstick. HEX triplet: 91, 37 and 58. RGB value is (145,55,88). Sum of RGB (Red+Green+Blue) = 145+55+88=288 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.35% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 145 - color contains mainly: red. Hex color #913758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913758 is #6EC8A7. Grayscale: #555555. Windows color (decimal): -7260328 or 5781393. OLE color: 5781393.

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

Color convert

RGB1455588-
CMYK00.620.390.43
HSL338º45%39.22%-
HSV(B)338º62.07%56.86%-
XYZ14.89.4610.28-
YUV85.67129.32170.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.35%
GREEN value IS 55 (21.88% from 255) = 19.10%
BLUE value IS 88 (34.77% from 255) = 30.56%
R=50.35%
G=19.10%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145558800.620.390.433384539.22
Hex91375803E272B1522d27
Octal2216713007647535225547
Binary1001000111011110110000111110100111101011101010010101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913758; }

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

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

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

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

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

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

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

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