#931d59

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

Shades of Lipstick #931D59

Tints of Lipstick #931D59

Color information

#931D59 (or 0x931D59) is unknown color: approx Lipstick. HEX triplet: 93, 1D and 59. RGB value is (147,29,89). Sum of RGB (Red+Green+Blue) = 147+29+89=265 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.47% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 147 - color contains mainly: red. Hex color #931D59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931D59 is #6CE2A6. Grayscale: #474747. Windows color (decimal): -7135911 or 5840275. OLE color: 5840275.

HSL color Cylindrical-coordinate representation of color #931D59: hue angle of 329.49º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #931D59 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1472989-
CMYK00.800.390.42
HSL329.49º67.05%34.51%-
HSV(B)329.49º80.27%57.65%-
XYZ14.287.810.2-
YUV71.12138.09182.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.47%
GREEN value IS 29 (11.72% from 255) = 10.94%
BLUE value IS 89 (35.16% from 255) = 33.58%
R=55.47%
G=10.94%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147298900.800.390.42329.4967.0534.51
Hex931D59050272A1494323
Octal223351310120475251110343
Binary10010011111011011001010100001001111010101010010011000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931d59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931d59; }

 p { color: rgb(147,29,89); }

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

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

 a { background-color: rgb(147,29,89); }

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

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

 span { border-color: rgb(147,29,89); }

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