#923959

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

Shades of Lipstick #923959

Tints of Lipstick #923959

Color information

#923959 (or 0x923959) is unknown color: approx Lipstick. HEX triplet: 92, 39 and 59. RGB value is (146,57,89). Sum of RGB (Red+Green+Blue) = 146+57+89=292 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 146 - color contains mainly: red. Hex color #923959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923959 is #6DC6A6. Grayscale: #575757. Windows color (decimal): -7194279 or 5847442. OLE color: 5847442.

HSL color Cylindrical-coordinate representation of color #923959: hue angle of 338.43º 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 #923959 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB1465789-
CMYK00.610.390.43
HSL338.43º43.84%39.8%-
HSV(B)338.43º60.96%57.25%-
XYZ15.129.7610.54-
YUV87.26128.99169.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50%
GREEN value IS 57 (22.66% from 255) = 19.52%
BLUE value IS 89 (35.16% from 255) = 30.48%
R=50%
G=19.52%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146578900.610.390.43338.4343.8439.8
Hex92395903D272B1522c28
Octal2227113107547535225450
Binary1001001011100110110010111101100111101011101010010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923959; }

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

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

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

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

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

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

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

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