#923361

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

Shades of Lipstick #923361

Tints of Lipstick #923361

Color information

#923361 (or 0x923361) is unknown color: approx Lipstick. HEX triplet: 92, 33 and 61. RGB value is (146,51,97). Sum of RGB (Red+Green+Blue) = 146+51+97=294 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.66% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 146 - color contains mainly: red. Hex color #923361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923361 is #6DCC9E. Grayscale: #545454. Windows color (decimal): -7195807 or 6370194. OLE color: 6370194.

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

Color convert

RGB1465197-
CMYK00.650.340.43
HSL330.95º48.22%38.63%-
HSV(B)330.95º65.07%57.25%-
XYZ15.29.3412.31-
YUV84.65134.97171.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.66%
GREEN value IS 51 (20.31% from 255) = 17.35%
BLUE value IS 97 (38.28% from 255) = 32.99%
R=49.66%
G=17.35%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146519700.650.340.43330.9548.2238.63
Hex923361041222B14b3027
Octal22263141010142535136047
Binary10010010110011110000101000001100010101011101001011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923361; }

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

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

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

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

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

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

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

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