#923B57

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

Shades of Lipstick #923B57

Tints of Lipstick #923B57

Color information

#923B57 (or 0x923B57) is unknown color: approx Lipstick. HEX triplet: 92, 3B and 57. RGB value is (146,59,87). Sum of RGB (Red+Green+Blue) = 146+59+87=292 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 146 - color contains mainly: red. Hex color #923B57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923B57 is #6DC4A8. Grayscale: #585858. Windows color (decimal): -7193769 or 5716882. OLE color: 5716882.

HSL color Cylindrical-coordinate representation of color #923B57: hue angle of 340.69º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #923B57 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB1465987-
CMYK00.600.400.43
HSL340.69º42.44%40.2%-
HSV(B)340.69º59.59%57.25%-
XYZ15.149.9310.14-
YUV88.2127.32169.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50%
GREEN value IS 59 (23.44% from 255) = 20.21%
BLUE value IS 87 (34.38% from 255) = 29.79%
R=50%
G=20.21%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146598700.600.400.43340.6942.4440.2
Hex923B5703C282B1552a28
Octal2227312707450535255250
Binary1001001011101110101110111100101000101011101010101101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923B57; }

 p { color: rgb(146,59,87); }

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

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

 a { background-color: rgb(146,59,87); }

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

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

 span { border-color: rgb(146,59,87); }

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