#923267

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

Shades of Lipstick #923267

Tints of Lipstick #923267

Color information

#923267 (or 0x923267) is unknown color: approx Lipstick. HEX triplet: 92, 32 and 67. RGB value is (146,50,103). Sum of RGB (Red+Green+Blue) = 146+50+103=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #923267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923267 is #6DCD98. Grayscale: #545454. Windows color (decimal): -7196057 or 6763154. OLE color: 6763154.

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

Color convert

RGB14650103-
CMYK00.660.290.43
HSL326.88º48.98%38.43%-
HSV(B)326.88º65.75%57.25%-
XYZ15.449.3713.83-
YUV84.75138.3171.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.83%
GREEN value IS 50 (19.92% from 255) = 16.72%
BLUE value IS 103 (40.62% from 255) = 34.45%
R=48.83%
G=16.72%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465010300.660.290.43326.8848.9838.43
Hex9232670421D2B1473126
Octal22262147010235535076146
Binary1001001011001011001110100001011101101011101000111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923267; }

 p { color: rgb(146,50,103); }

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

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

 a { background-color: rgb(146,50,103); }

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

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

 span { border-color: rgb(146,50,103); }

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