#923059

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

Shades of Lipstick #923059

Tints of Lipstick #923059

Color information

#923059 (or 0x923059) is unknown color: approx Lipstick. HEX triplet: 92, 30 and 59. RGB value is (146,48,89). Sum of RGB (Red+Green+Blue) = 146+48+89=283 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.59% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 146 - color contains mainly: red. Hex color #923059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923059 is #6DCFA6. Grayscale: #515151. Windows color (decimal): -7196583 or 5845138. OLE color: 5845138.

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

Color convert

RGB1464889-
CMYK00.670.390.43
HSL334.9º50.52%38.04%-
HSV(B)334.9º67.12%57.25%-
XYZ14.718.9510.4-
YUV81.98131.97173.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.59%
GREEN value IS 48 (19.14% from 255) = 16.96%
BLUE value IS 89 (35.16% from 255) = 31.45%
R=51.59%
G=16.96%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146488900.670.390.43334.950.5238.04
Hex923059043272B14f3326
Octal22260131010347535176346
Binary10010010110000101100101000011100111101011101001111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923059; }

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

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

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

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

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

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

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

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