#923357

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

Shades of Lipstick #923357

Tints of Lipstick #923357

Color information

#923357 (or 0x923357) is unknown color: approx Lipstick. HEX triplet: 92, 33 and 57. RGB value is (146,51,87). Sum of RGB (Red+Green+Blue) = 146+51+87=284 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.41% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 146 - color contains mainly: red. Hex color #923357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923357 is #6DCCA8. Grayscale: #535353. Windows color (decimal): -7195817 or 5714834. OLE color: 5714834.

HSL color Cylindrical-coordinate representation of color #923357: hue angle of 337.26º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #923357 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB1465187-
CMYK00.650.400.43
HSL337.26º48.22%38.63%-
HSV(B)337.26º65.07%57.25%-
XYZ14.769.1710.01-
YUV83.51129.97172.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.41%
GREEN value IS 51 (20.31% from 255) = 17.96%
BLUE value IS 87 (34.38% from 255) = 30.63%
R=51.41%
G=17.96%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146518700.650.400.43337.2648.2238.63
Hex923357041282B1513027
Octal22263127010150535216047
Binary10010010110011101011101000001101000101011101010001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923357; }

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

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

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

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

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

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

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

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