#923A58

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

Shades of Lipstick #923A58

Tints of Lipstick #923A58

Color information

#923A58 (or 0x923A58) is unknown color: approx Lipstick. HEX triplet: 92, 3A and 58. RGB value is (146,58,88). Sum of RGB (Red+Green+Blue) = 146+58+88=292 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 146 - color contains mainly: red. Hex color #923A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923A58 is #6DC5A7. Grayscale: #575757. Windows color (decimal): -7194024 or 5782162. OLE color: 5782162.

HSL color Cylindrical-coordinate representation of color #923A58: hue angle of 339.55º degrees, saturation: 0.43, 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 #923A58 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB1465888-
CMYK00.600.400.43
HSL339.55º43.14%40%-
HSV(B)339.55º60.27%57.25%-
XYZ15.139.8410.33-
YUV87.73128.15169.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50%
GREEN value IS 58 (23.05% from 255) = 19.86%
BLUE value IS 88 (34.77% from 255) = 30.14%
R=50%
G=19.86%
B=30.14%

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
Decimal146588800.600.400.43339.5543.1440
Hex923A5803C282B1542b28
Octal2227213007450535245350
Binary1001001011101010110000111100101000101011101010100101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,58,88); }

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

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

 a { background-color: rgb(146,58,88); }

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

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

 span { border-color: rgb(146,58,88); }

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