#923963

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

Shades of Lipstick #923963

Tints of Lipstick #923963

Color information

#923963 (or 0x923963) is unknown color: approx Lipstick. HEX triplet: 92, 39 and 63. RGB value is (146,57,99). Sum of RGB (Red+Green+Blue) = 146+57+99=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #923963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923963 is #6DC69C. Grayscale: #585858. Windows color (decimal): -7194269 or 6502802. OLE color: 6502802.

HSL color Cylindrical-coordinate representation of color #923963: hue angle of 331.69º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #923963 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB1465799-
CMYK00.610.320.43
HSL331.69º43.84%39.8%-
HSV(B)331.69º60.96%57.25%-
XYZ15.579.9412.9-
YUV88.4133.99169.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.34%
GREEN value IS 57 (22.66% from 255) = 18.87%
BLUE value IS 99 (39.06% from 255) = 32.78%
R=48.34%
G=18.87%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146579900.610.320.43331.6943.8439.8
Hex92396303D202B14c2c28
Octal2227114307540535145450
Binary1001001011100111000110111101100000101011101001100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923963; }

 p { color: rgb(146,57,99); }

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

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

 a { background-color: rgb(146,57,99); }

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

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

 span { border-color: rgb(146,57,99); }

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