#923362

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

Shades of Lipstick #923362

Tints of Lipstick #923362

Color information

#923362 (or 0x923362) is unknown color: approx Lipstick. HEX triplet: 92, 33 and 62. RGB value is (146,51,98). Sum of RGB (Red+Green+Blue) = 146+51+98=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #923362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923362 is #6DCC9D. Grayscale: #545454. Windows color (decimal): -7195806 or 6435730. OLE color: 6435730.

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

Color convert

RGB1465198-
CMYK00.650.330.43
HSL330.32º48.22%38.63%-
HSV(B)330.32º65.07%57.25%-
XYZ15.249.3612.56-
YUV84.76135.47171.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.49%
GREEN value IS 51 (20.31% from 255) = 17.29%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=49.49%
G=17.29%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146519800.650.330.43330.3248.2238.63
Hex923362041212B14a3027
Octal22263142010141535126047
Binary10010010110011110001001000001100001101011101001010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923362; }

 p { color: rgb(146,51,98); }

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

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

 a { background-color: rgb(146,51,98); }

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

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

 span { border-color: rgb(146,51,98); }

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